We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4820d73 commit a719c97Copy full SHA for a719c97
requirements.txt
@@ -26,7 +26,7 @@ sniffio==1.3.1
26
h11==0.14.0
27
outcome==1.3.0.post0
28
trio==0.22.2;python_version<"3.8"
29
-trio==0.24.0;python_version>="3.8"
+trio==0.25.0;python_version>="3.8"
30
trio-websocket==0.11.1
31
wsproto==1.2.0
32
selenium==4.11.2;python_version<"3.8"
setup.py
@@ -174,7 +174,7 @@
174
'h11==0.14.0',
175
'outcome==1.3.0.post0',
176
'trio==0.22.2;python_version<"3.8"',
177
- 'trio==0.24.0;python_version>="3.8"',
+ 'trio==0.25.0;python_version>="3.8"',
178
'trio-websocket==0.11.1',
179
'wsproto==1.2.0',
180
'selenium==4.11.2;python_version<"3.8"',
0 commit comments