Skip to content

Commit

Permalink
Update the requests library verion to latest (2.22.0)
Browse files Browse the repository at this point in the history
issue #4680 - This commit updates the requests library to the latest version (2.22.0) in the requirements
  • Loading branch information
VineeshJain committed May 28, 2019
1 parent 267d1ae commit 4a507b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fixed-requirements.txt
Expand Up @@ -14,7 +14,7 @@ oslo.config>=1.12.1,<1.13
oslo.utils>=3.36.2,<=3.37.0
six==1.12.0
pyyaml==5.1
requests[security]<2.15,>=2.14.1
requests[security]>=2.22.0,<2.23.0
apscheduler==3.6.0
gitpython==2.1.11
jsonschema==2.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -45,7 +45,7 @@ pytz==2019.1
pywinrm==0.3.0
pyyaml==5.1
rednose
requests[security]<2.15,>=2.14.1
requests[security]<2.23.0,>=2.22.0
retrying==1.3.3
routes==2.4.1
semver==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Expand Up @@ -9,6 +9,6 @@ python-dateutil==2.8.0
python-editor==1.0.4
pytz==2019.1
pyyaml==5.1
requests[security]<2.15,>=2.14.1
requests[security]<2.23.0,>=2.22.0
six==1.12.0
sseclient==0.0.19
2 changes: 1 addition & 1 deletion st2common/requirements.txt
Expand Up @@ -19,7 +19,7 @@ pymongo==3.7.2
python-dateutil==2.8.0
python-statsd==2.1.0
pyyaml==5.1
requests[security]<2.15,>=2.14.1
requests[security]<2.23.0,>=2.22.0
retrying==1.3.3
routes==2.4.1
semver==2.8.1
Expand Down

0 comments on commit 4a507b5

Please sign in to comment.