Skip to content

Commit a719c97

Browse files
committed
Refresh Python dependencies
1 parent 4820d73 commit a719c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sniffio==1.3.1
2626
h11==0.14.0
2727
outcome==1.3.0.post0
2828
trio==0.22.2;python_version<"3.8"
29-
trio==0.24.0;python_version>="3.8"
29+
trio==0.25.0;python_version>="3.8"
3030
trio-websocket==0.11.1
3131
wsproto==1.2.0
3232
selenium==4.11.2;python_version<"3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
'h11==0.14.0',
175175
'outcome==1.3.0.post0',
176176
'trio==0.22.2;python_version<"3.8"',
177-
'trio==0.24.0;python_version>="3.8"',
177+
'trio==0.25.0;python_version>="3.8"',
178178
'trio-websocket==0.11.1',
179179
'wsproto==1.2.0',
180180
'selenium==4.11.2;python_version<"3.8"',

0 commit comments

Comments
 (0)