Skip to content

Commit 221adbf

Browse files
committed
Refresh Python dependencies
1 parent 27b2fb0 commit 221adbf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ setuptools~=70.2;python_version<"3.10"
55
setuptools>=82.0.1;python_version>="3.10"
66
wheel>=0.47.0
77
attrs>=26.1.0
8-
certifi>=2026.5.20
8+
certifi>=2026.6.17
99
exceptiongroup>=1.3.1
1010
websockets~=15.0.1;python_version<"3.10"
1111
websockets>=16.0;python_version>="3.10"
@@ -46,7 +46,7 @@ wsproto==1.2.0;python_version<"3.10"
4646
wsproto~=1.3.2;python_version>="3.10"
4747
websocket-client~=1.9.0
4848
selenium==4.32.0;python_version<"3.10"
49-
selenium==4.44.0;python_version>="3.10"
49+
selenium==4.45.0;python_version>="3.10"
5050
cssselect==1.3.0;python_version<"3.10"
5151
cssselect>=1.4.0,<2;python_version>="3.10"
5252
sortedcontainers==2.4.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
'setuptools>=82.0.1;python_version>="3.10"',
170170
'wheel>=0.47.0',
171171
'attrs>=26.1.0',
172-
'certifi>=2026.5.20',
172+
'certifi>=2026.6.17',
173173
'exceptiongroup>=1.3.1',
174174
'websockets~=15.0.1;python_version<"3.10"',
175175
'websockets>=16.0;python_version>="3.10"',
@@ -210,7 +210,7 @@
210210
'wsproto~=1.3.2;python_version>="3.10"',
211211
'websocket-client~=1.9.0',
212212
'selenium==4.32.0;python_version<"3.10"',
213-
'selenium==4.44.0;python_version>="3.10"',
213+
'selenium==4.45.0;python_version>="3.10"',
214214
'cssselect==1.3.0;python_version<"3.10"',
215215
'cssselect>=1.4.0,<2;python_version>="3.10"',
216216
'sortedcontainers==2.4.0',

0 commit comments

Comments
 (0)