Skip to content

Commit e7f0d34

Browse files
committed
Refresh Python dependencies
1 parent 86f7fa0 commit e7f0d34

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ six==1.16.0
2323
idna==3.8
2424
chardet==5.2.0
2525
charset-normalizer==3.3.2
26-
urllib3>=1.26.19,<2;python_version<"3.10"
27-
urllib3>=1.26.19,<2.3.0;python_version>="3.10"
26+
urllib3>=1.26.20,<2;python_version<"3.10"
27+
urllib3>=1.26.20,<2.3.0;python_version>="3.10"
2828
requests==2.31.0
2929
pynose==1.5.2
3030
sniffio==1.3.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
"idna==3.8",
172172
'chardet==5.2.0',
173173
'charset-normalizer==3.3.2',
174-
'urllib3>=1.26.19,<2;python_version<"3.10"',
175-
'urllib3>=1.26.19,<2.3.0;python_version>="3.10"',
174+
'urllib3>=1.26.20,<2;python_version<"3.10"',
175+
'urllib3>=1.26.20,<2.3.0;python_version>="3.10"',
176176
'requests==2.31.0',
177177
"pynose==1.5.2",
178178
'sniffio==1.3.1',

0 commit comments

Comments
 (0)