Skip to content

Commit 9fb3378

Browse files
committed
Refresh Python dependencies
1 parent f01103b commit 9fb3378

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ mycdp>=1.2.0
1616
pynose>=1.5.5
1717
platformdirs>=4.3.6;python_version<"3.9"
1818
platformdirs>=4.4.0;python_version>="3.9"
19-
typing-extensions>=4.13.2
19+
typing-extensions~=4.13.2;python_version<"3.9"
20+
typing-extensions>=4.15.0;python_version>="3.9"
2021
sbvirtualdisplay>=1.4.0
2122
MarkupSafe==2.1.5;python_version<"3.9"
2223
MarkupSafe>=3.0.3;python_version>="3.9"
@@ -41,13 +42,13 @@ sniffio==1.3.1
4142
h11==0.16.0
4243
outcome==1.3.0.post0
4344
trio==0.27.0;python_version<"3.9"
44-
trio~=0.30.0;python_version>="3.9"
45+
trio>=0.31.0,<1;python_version>="3.9"
4546
trio-websocket~=0.12.2
4647
wsproto==1.2.0
4748
websocket-client~=1.8.0
4849
selenium==4.27.1;python_version<"3.9"
4950
selenium==4.32.0;python_version>="3.9" and python_version<"3.10"
50-
selenium==4.35.0;python_version>="3.10"
51+
selenium==4.36.0;python_version>="3.10"
5152
cssselect==1.2.0;python_version<"3.9"
5253
cssselect==1.3.0;python_version>="3.9"
5354
sortedcontainers==2.4.0

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@
164164
"pynose>=1.5.5",
165165
'platformdirs>=4.3.6;python_version<"3.9"',
166166
'platformdirs>=4.4.0;python_version>="3.9"',
167-
'typing-extensions>=4.13.2',
167+
'typing-extensions~=4.13.2;python_version<"3.9"',
168+
'typing-extensions>=4.15.0;python_version>="3.9"',
168169
"sbvirtualdisplay>=1.4.0",
169170
'MarkupSafe==2.1.5;python_version<"3.9"',
170171
'MarkupSafe>=3.0.3;python_version>="3.9"',
@@ -189,13 +190,13 @@
189190
'h11==0.16.0',
190191
'outcome==1.3.0.post0',
191192
'trio==0.27.0;python_version<"3.9"',
192-
'trio~=0.30.0;python_version>="3.9"',
193+
'trio>=0.31.0,<1;python_version>="3.9"',
193194
'trio-websocket~=0.12.2',
194195
'wsproto==1.2.0',
195196
'websocket-client~=1.8.0',
196197
'selenium==4.27.1;python_version<"3.9"',
197198
'selenium==4.32.0;python_version>="3.9" and python_version<"3.10"',
198-
'selenium==4.35.0;python_version>="3.10"',
199+
'selenium==4.36.0;python_version>="3.10"',
199200
'cssselect==1.2.0;python_version<"3.9"',
200201
'cssselect==1.3.0;python_version>="3.9"',
201202
"sortedcontainers==2.4.0",

0 commit comments

Comments
 (0)