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 c6d7dab commit baed90fCopy full SHA for baed90f
requirements.txt
@@ -22,9 +22,9 @@ sniffio==1.3.0
22
h11==0.14.0
23
outcome==1.2.0
24
trio==0.22.2
25
-trio-websocket==0.10.4
+trio-websocket==0.11.1
26
wsproto==1.2.0
27
-selenium==4.11.2
+selenium==4.13.0
28
cssselect==1.2.0
29
sortedcontainers==2.4.0
30
fasteners==0.19
setup.py
@@ -155,9 +155,9 @@
155
'h11==0.14.0',
156
'outcome==1.2.0',
157
'trio==0.22.2',
158
- 'trio-websocket==0.10.4',
+ 'trio-websocket==0.11.1',
159
'wsproto==1.2.0',
160
- 'selenium==4.11.2',
+ 'selenium==4.13.0',
161
'cssselect==1.2.0',
162
"sortedcontainers==2.4.0",
163
'fasteners==0.19',
0 commit comments