Skip to content

Commit

Permalink
update requests to 2.23.0
Browse files Browse the repository at this point in the history
requests 2.22.0 had conflicting requirements on idna.
The primary requirement said idna>=2.5,<2.9 but the security extra
(which we use) required any idna>=2.0.0.

idna 2.9 was released 2 days ago
requests 2.23.0 was released today
  • Loading branch information
cognifloyd committed Feb 19, 2020
1 parent 2862c70 commit 00c8d59
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ oslo.config>=1.12.1,<1.13
oslo.utils>=3.36.2,<=3.37.0
six==1.13.0
pyyaml==5.1.2
requests[security]==2.22.0
requests[security]==2.23.0
apscheduler==3.6.3
gitpython==2.1.15
jsonschema==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pytz==2019.1
pywinrm==0.3.0
pyyaml==5.1.2
rednose
requests[security]==2.22.0
requests[security]==2.23.0
retrying==1.3.3
routes==2.4.1
semver==2.9.0
Expand Down
2 changes: 1 addition & 1 deletion st2actions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ pyinotify==0.9.6
python-dateutil==2.8.0
python-json-logger
pyyaml==5.1.2
requests[security]==2.22.0
requests[security]==2.23.0
six==1.13.0
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python-dateutil==2.8.0
python-editor==1.0.4
pytz==2019.1
pyyaml==5.1.2
requests[security]==2.22.0
requests[security]==2.23.0
six==1.13.0
sseclient-py==1.7
zipp<=1.0.0,>=0.5
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pymongo==3.10.0
python-dateutil==2.8.0
python-statsd==2.1.0
pyyaml==5.1.2
requests[security]==2.22.0
requests[security]==2.23.0
retrying==1.3.3
routes==2.4.1
semver==2.9.0
Expand Down
2 changes: 1 addition & 1 deletion st2debug/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
eventlet==0.25.1
python-gnupg==0.4.5
pyyaml==5.1.2
requests[security]==2.22.0
requests[security]==2.23.0
six==1.13.0

0 comments on commit 00c8d59

Please sign in to comment.