Skip to content

Commit d153e38

Browse files
authored
Merge pull request #140 from pusher/uprade-deps
Upgrade pinned deps for tests
2 parents c47c10f + f1ee63a commit d153e38

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

requirements.txt

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11

22
asn1crypto==0.24.0
3-
certifi==2018.10.15
4-
cffi==1.11.5
3+
certifi==2019.3.9
4+
cffi==1.12.3
55
chardet==3.0.4
6-
cryptography==2.3.1
7-
httpretty==0.9.5
8-
idna==2.7
6+
cryptography==2.6.1
7+
httpretty==0.9.6
8+
idna==2.8
99
mock==2.0.0
1010
ndg-httpsclient==0.5.1
1111
nose==1.3.7
12-
pbr==5.0.0
13-
pyasn1==0.4.4
12+
pbr==5.1.3
13+
pyasn1==0.4.5
1414
pycparser==2.19
15-
pynacl==1.3.0
16-
pyOpenSSL==18.0.0
17-
requests==2.20.0
18-
six==1.11.0
19-
tornado==5.1.1
20-
urllib3==1.24
21-
aiohttp==3.4.4; python_version >= '3.5'
15+
PyNaCl==1.3.0
16+
pyOpenSSL==19.0.0
17+
requests==2.21.0
18+
six==1.12.0
19+
urllib3==1.25.1
20+
aiohttp==3.5.4; python_version >= '3.5'
2221
async-timeout==3.0.1; python_version >= '3.5'
23-
attrs==18.2.0; python_version >= '3.5'
22+
attrs==19.1.0; python_version >= '3.5'
2423
idna-ssl==1.1.0; python_version >= '3.5' and python_version < '3.7'
25-
multidict==4.4.2; python_version >= '3.5'
26-
yarl==1.2.6; python_version >= '3.5'
24+
multidict==4.5.2; python_version >= '3.5'
25+
tornado==5.1.1; python_version < '3.5'
26+
tornado==6.0.2; python_version >= '3.5'
27+
yarl==1.3.0; python_version >= '3.5'

0 commit comments

Comments
 (0)