Skip to content

Commit 9a10447

Browse files
authored
Merge pull request docker#1242 from YorikSar/master
Support requests versions from 2.11.1 onwards
2 parents 9fc06b1 + b00e321 commit 9a10447

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
requests==2.5.3
1+
requests==2.11.1
22
six>=1.4.0
33
websocket-client==0.32.0
44
backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
55
ipaddress==1.0.16 ; python_version < '3.3'
6-
docker-pycreds==0.2.1
6+
docker-pycreds==0.2.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
SOURCE_DIR = os.path.join(ROOT_DIR)
1010

1111
requirements = [
12-
'requests >= 2.5.2, < 2.11',
12+
'requests >= 2.5.2, != 2.11.0',
1313
'six >= 1.4.0',
1414
'websocket-client >= 0.32.0',
1515
'docker-pycreds >= 0.2.1'

0 commit comments

Comments
 (0)