Update python-request to 2.21.0 and added the test function. Changelog available here.
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2684:a922d2f9e39b: Update python-request to 2.21.0
Tested it with lollypop virt-manager haste-it
Diff Detail
Diff Detail
- Repository
- R2684 python-requests
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
@Girtablulu Unfortunately this update broke docker-compose. Docker Compose has the following requirement for the requests package: 'requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1'
Comment Actions
I did patch docker-compose to tell it to shut up about requests version (D4782).
Please next time create a task to report an issue instead of commenting patch so we can do proper tracking and follow up.