summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorIan Campbell <ijc@users.noreply.github.com>2019-05-21 13:36:31 +0100
committerGitHub <noreply@github.com>2019-05-21 13:36:31 +0100
commitf764faa84106e16e9327d1b57265d6a919a90c21 (patch)
tree3e58ed23b981bdb29beea4ef84808d68ef4ed11b /setup.py
parenta89128118b7b94159939d54253e7a6f125a72087 (diff)
parenta857be3f7ed3882bc291df928621d5e61d0d7081 (diff)
Merge pull request #6649 from GeyseR/requests_upgrade
support requests up to 2.22.0 version
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8371cc75..e0ab41bd 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ install_requires = [
'cached-property >= 1.2.0, < 2',
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4.3',
- 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.21',
+ 'requests >= 2.6.1, != 2.11.0, != 2.12.2, != 2.18.0, < 2.23',
'texttable >= 0.9.0, < 0.10',
'websocket-client >= 0.32.0, < 1.0',
'docker[ssh] >= 3.7.0, < 4.0',