Skip to content

Commit 3f1c787

Browse files
committed
+ Upgrading urllib3 from 1.25.11 to 1.26.5
1 parent 11ad0b7 commit 3f1c787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pyOpenSSL
55
DateTime
66
setuptools
77
six
8-
urllib3==1.25.11
8+
urllib3==1.26.5
99
crypto
1010
cryptography

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"DateTime",
2828
"setuptools",
2929
"six",
30-
"urllib3==1.25.11",
30+
"urllib3==1.26.5",
3131
"crypto",
3232
"cryptography",
3333
],

0 commit comments

Comments
 (0)