File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ mycdp>=1.1.1
15
15
pynose >= 1.5.4
16
16
platformdirs >= 4.3.6 ;python_version < "3.9"
17
17
platformdirs >= 4.3.7 ;python_version >= "3.9"
18
- typing-extensions >= 4.13.1
18
+ typing-extensions >= 4.13.2
19
19
sbvirtualdisplay >= 1.4.0
20
20
MarkupSafe == 2.1.5 ;python_version < "3.9"
21
21
MarkupSafe >= 3.0.2 ;python_version >= "3.9"
@@ -33,7 +33,7 @@ idna==3.10
33
33
chardet == 5.2.0
34
34
charset-normalizer == 3.4.1
35
35
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"
37
37
requests == 2.32.3
38
38
sniffio == 1.3.1
39
39
h11 == 0.14.0
Original file line number Diff line number Diff line change 164
164
"pynose>=1.5.4" ,
165
165
'platformdirs>=4.3.6;python_version<"3.9"' ,
166
166
'platformdirs>=4.3.7;python_version>="3.9"' ,
167
- 'typing-extensions>=4.13.1 ' ,
167
+ 'typing-extensions>=4.13.2 ' ,
168
168
"sbvirtualdisplay>=1.4.0" ,
169
169
'MarkupSafe==2.1.5;python_version<"3.9"' ,
170
170
'MarkupSafe>=3.0.2;python_version>="3.9"' ,
182
182
'chardet==5.2.0' ,
183
183
'charset-normalizer==3.4.1' ,
184
184
'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"' ,
186
186
'requests==2.32.3' ,
187
187
'sniffio==1.3.1' ,
188
188
'h11==0.14.0' ,
You can’t perform that action at this time.
0 commit comments