Skip to content

Commit c80b256

Browse files
committed
Refresh Python dependencies
1 parent dba82c0 commit c80b256

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mycdp>=1.1.1
1515
pynose>=1.5.4
1616
platformdirs>=4.3.6;python_version<"3.9"
1717
platformdirs>=4.3.7;python_version>="3.9"
18-
typing-extensions>=4.13.1
18+
typing-extensions>=4.13.2
1919
sbvirtualdisplay>=1.4.0
2020
MarkupSafe==2.1.5;python_version<"3.9"
2121
MarkupSafe>=3.0.2;python_version>="3.9"
@@ -33,7 +33,7 @@ idna==3.10
3333
chardet==5.2.0
3434
charset-normalizer==3.4.1
3535
urllib3>=1.26.20,<2;python_version<"3.10"
36-
urllib3>=1.26.20,<2.4.0;python_version>="3.10"
36+
urllib3>=1.26.20,<2.5.0;python_version>="3.10"
3737
requests==2.32.3
3838
sniffio==1.3.1
3939
h11==0.14.0

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"pynose>=1.5.4",
165165
'platformdirs>=4.3.6;python_version<"3.9"',
166166
'platformdirs>=4.3.7;python_version>="3.9"',
167-
'typing-extensions>=4.13.1',
167+
'typing-extensions>=4.13.2',
168168
"sbvirtualdisplay>=1.4.0",
169169
'MarkupSafe==2.1.5;python_version<"3.9"',
170170
'MarkupSafe>=3.0.2;python_version>="3.9"',
@@ -182,7 +182,7 @@
182182
'chardet==5.2.0',
183183
'charset-normalizer==3.4.1',
184184
'urllib3>=1.26.20,<2;python_version<"3.10"',
185-
'urllib3>=1.26.20,<2.4.0;python_version>="3.10"',
185+
'urllib3>=1.26.20,<2.5.0;python_version>="3.10"',
186186
'requests==2.32.3',
187187
'sniffio==1.3.1',
188188
'h11==0.14.0',

0 commit comments

Comments
 (0)