Skip to content

Commit 257a5d3

Browse files
committed
Refresh Python dependencies
1 parent 29e9ecc commit 257a5d3

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

mkdocs_build/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# mkdocs dependencies for generating the seleniumbase.io website
22
# Minimum Python version: 3.10 (for generating docs only)
33

4-
regex>=2026.1.15
5-
pymdown-extensions>=10.20.1
6-
pipdeptree>=2.30.0
4+
regex>=2026.2.19
5+
pymdown-extensions>=10.21
6+
pipdeptree>=2.31.0
77
python-dateutil>=2.8.2
88
Markdown==3.10.2
99
click==8.3.1

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ exceptiongroup>=1.3.1
99
websockets~=15.0.1;python_version<"3.10"
1010
websockets>=16.0;python_version>="3.10"
1111
filelock~=3.19.1;python_version<"3.10"
12-
filelock>=3.20.3;python_version>="3.10"
12+
filelock>=3.24.3;python_version>="3.10"
1313
fasteners>=0.20
1414
mycdp>=1.3.2
1515
pynose>=1.5.5
1616
platformdirs~=4.4.0;python_version<"3.10"
17-
platformdirs>=4.5.1;python_version>="3.10"
17+
platformdirs>=4.9.2;python_version>="3.10"
1818
typing-extensions>=4.15.0
1919
sbvirtualdisplay>=1.4.0
2020
MarkupSafe>=3.0.3
2121
Jinja2>=3.1.6
2222
six>=1.17.0
23-
parse>=1.21.0
23+
parse>=1.21.1
2424
parse-type>=0.6.6
2525
colorama>=0.4.6
2626
pyyaml>=6.0.3
@@ -38,13 +38,13 @@ sniffio==1.3.1
3838
h11==0.16.0
3939
outcome==1.3.0.post0
4040
trio>=0.31.0,<1;python_version<"3.10"
41-
trio>=0.32.0,<1;python_version>="3.10"
41+
trio>=0.33.0,<1;python_version>="3.10"
4242
trio-websocket~=0.12.2
4343
wsproto==1.2.0;python_version<"3.10"
4444
wsproto~=1.3.2;python_version>="3.10"
4545
websocket-client~=1.9.0
4646
selenium==4.32.0;python_version<"3.10"
47-
selenium==4.40.0;python_version>="3.10"
47+
selenium==4.41.0;python_version>="3.10"
4848
cssselect==1.3.0;python_version<"3.10"
4949
cssselect>=1.4.0,<2;python_version>="3.10"
5050
nest-asyncio==1.6.0
@@ -72,7 +72,7 @@ PyAutoGUI>=0.9.54;platform_system=="Linux"
7272
markdown-it-py==3.0.0;python_version<"3.10"
7373
markdown-it-py==4.0.0;python_version>="3.10"
7474
mdurl==0.1.2
75-
rich>=14.3.2,<15
75+
rich>=14.3.3,<15
7676

7777
# --- Testing Requirements --- #
7878
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,18 +157,18 @@
157157
'websockets~=15.0.1;python_version<"3.10"',
158158
'websockets>=16.0;python_version>="3.10"',
159159
'filelock~=3.19.1;python_version<"3.10"',
160-
'filelock>=3.20.3;python_version>="3.10"',
160+
'filelock>=3.24.3;python_version>="3.10"',
161161
'fasteners>=0.20',
162162
'mycdp>=1.3.2',
163163
'pynose>=1.5.5',
164164
'platformdirs~=4.4.0;python_version<"3.10"',
165-
'platformdirs>=4.5.1;python_version>="3.10"',
165+
'platformdirs>=4.9.2;python_version>="3.10"',
166166
'typing-extensions>=4.15.0',
167167
'sbvirtualdisplay>=1.4.0',
168168
'MarkupSafe>=3.0.3',
169169
"Jinja2>=3.1.6",
170170
"six>=1.17.0",
171-
'parse>=1.21.0',
171+
'parse>=1.21.1',
172172
'parse-type>=0.6.6',
173173
'colorama>=0.4.6',
174174
'pyyaml>=6.0.3',
@@ -186,13 +186,13 @@
186186
'h11==0.16.0',
187187
'outcome==1.3.0.post0',
188188
'trio>=0.31.0,<1;python_version<"3.10"',
189-
'trio>=0.32.0,<1;python_version>="3.10"',
189+
'trio>=0.33.0,<1;python_version>="3.10"',
190190
'trio-websocket~=0.12.2',
191191
'wsproto==1.2.0;python_version<"3.10"',
192192
'wsproto~=1.3.2;python_version>="3.10"',
193193
'websocket-client~=1.9.0',
194194
'selenium==4.32.0;python_version<"3.10"',
195-
'selenium==4.40.0;python_version>="3.10"',
195+
'selenium==4.41.0;python_version>="3.10"',
196196
'cssselect==1.3.0;python_version<"3.10"',
197197
'cssselect>=1.4.0,<2;python_version>="3.10"',
198198
'nest-asyncio==1.6.0',
@@ -220,7 +220,7 @@
220220
'markdown-it-py==3.0.0;python_version<"3.10"',
221221
'markdown-it-py==4.0.0;python_version>="3.10"',
222222
'mdurl==0.1.2',
223-
'rich>=14.3.2,<15',
223+
'rich>=14.3.3,<15',
224224
],
225225
extras_require={
226226
# pip install -e .[allure]

0 commit comments

Comments
 (0)