Skip to content

Commit e7def65

Browse files
committed
Refresh Python dependencies
1 parent 546b05f commit e7def65

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ h11==0.14.0;python_version>="3.7"
5151
outcome==1.2.0;python_version>="3.7"
5252
trio==0.22.0;python_version>="3.7"
5353
trio-websocket==0.9.2;python_version>="3.7"
54-
websockets==10.3;python_version>="3.7"
54+
websockets==10.4;python_version>="3.7"
5555
pyopenssl==22.1.0;python_version>="3.7"
5656
wsproto==1.2.0;python_version>="3.7"
5757
selenium==3.141.0;python_version<"3.7"
@@ -60,7 +60,8 @@ msedge-selenium-tools==3.141.3;python_version<"3.7"
6060
more-itertools==5.0.0;python_version<"3.6"
6161
more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"
6262
more-itertools==9.0.0;python_version>="3.7"
63-
cssselect==1.1.0
63+
cssselect==1.1.0;python_version<"3.7"
64+
cssselect==1.2.0;python_version>="3.7"
6465
sortedcontainers==2.4.0
6566
fasteners==0.16;python_version<"3.6"
6667
fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
'outcome==1.2.0;python_version>="3.7"',
177177
'trio==0.22.0;python_version>="3.7"',
178178
'trio-websocket==0.9.2;python_version>="3.7"',
179-
'websockets==10.3;python_version>="3.7"',
179+
'websockets==10.4;python_version>="3.7"',
180180
'pyopenssl==22.1.0;python_version>="3.7"',
181181
'wsproto==1.2.0;python_version>="3.7"',
182182
'selenium==3.141.0;python_version<"3.7"',
@@ -185,7 +185,8 @@
185185
'more-itertools==5.0.0;python_version<"3.6"',
186186
'more-itertools==8.14.0;python_version>="3.6" and python_version<"3.7"', # noqa: E501
187187
'more-itertools==9.0.0;python_version>="3.7"',
188-
"cssselect==1.1.0",
188+
'cssselect==1.1.0;python_version<"3.7"',
189+
'cssselect==1.2.0;python_version>="3.7"',
189190
"sortedcontainers==2.4.0",
190191
'fasteners==0.16;python_version<"3.6"',
191192
'fasteners==0.17.3;python_version>="3.6" and python_version<"3.7"',

0 commit comments

Comments
 (0)