Skip to content

Commit

Permalink
Update urllib3 upper pin to <1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson authored Nov 6, 2020
1 parent b131026 commit 99bb6d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
voluptuous>=0.9.3
elasticsearch==7.1.0
urllib3>=1.24.2,<1.25
urllib3>=1.24.2,<1.26
requests>=2.20.0
boto3>=1.9.142
requests_aws4auth>=0.9
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers =
install_requires =
voluptuous>=0.9.3
elasticsearch==7.1.0
urllib3>=1.24.2,<1.25
urllib3>=1.24.2,<1.26
requests>=2.20.0
boto3>=1.9.142
requests_aws4auth>=0.9
Expand All @@ -36,7 +36,7 @@ install_requires =
setup_requires =
voluptuous>=0.9.3
elasticsearch==7.1.0
urllib3>=1.24.2,<1.25
urllib3>=1.24.2,<1.26
requests>=2.20.0
boto3>=1.9.142
requests_aws4auth>=0.9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_version():

def get_install_requires():
res = ['elasticsearch==7.1.0' ]
res.append('urllib3>=1.24.2,<1.25')
res.append('urllib3>=1.24.2,<1.26')
res.append('requests>=2.20.0')
res.append('boto3>=1.9.142')
res.append('requests_aws4auth>=0.9')
Expand Down

0 comments on commit 99bb6d4

Please sign in to comment.