Skip to content

Commit 9fabde0

Browse files
committed
Refresh Python dependencies
1 parent 070b807 commit 9fabde0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ attrs>=23.1.0
77
certifi>=2023.11.17
88
filelock>=3.12.2;python_version<"3.8"
99
filelock>=3.13.1;python_version>="3.8"
10-
platformdirs>=4.0.0
10+
platformdirs>=4.1.0
1111
parse>=1.20.0
1212
parse-type>=0.6.2
1313
six==1.16.0
@@ -26,7 +26,7 @@ trio==0.23.1;python_version>="3.8"
2626
trio-websocket==0.11.1
2727
wsproto==1.2.0
2828
selenium==4.11.2;python_version<"3.8"
29-
selenium==4.15.2;python_version>="3.8"
29+
selenium==4.16.0;python_version>="3.8"
3030
cssselect==1.2.0
3131
sortedcontainers==2.4.0
3232
fasteners==0.19

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"certifi>=2023.11.17",
141141
'filelock>=3.12.2;python_version<"3.8"',
142142
'filelock>=3.13.1;python_version>="3.8"',
143-
'platformdirs>=4.0.0',
143+
'platformdirs>=4.1.0',
144144
'parse>=1.20.0',
145145
'parse-type>=0.6.2',
146146
"six==1.16.0",
@@ -159,7 +159,7 @@
159159
'trio-websocket==0.11.1',
160160
'wsproto==1.2.0',
161161
'selenium==4.11.2;python_version<"3.8"',
162-
'selenium==4.15.2;python_version>="3.8"',
162+
'selenium==4.16.0;python_version>="3.8"',
163163
'cssselect==1.2.0',
164164
"sortedcontainers==2.4.0",
165165
'fasteners==0.19',

0 commit comments

Comments
 (0)