Skip to content

Commit 2972cc6

Browse files
committed
Refresh Python dependencies
1 parent 0038e56 commit 2972cc6

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

mkdocs_build/requirements.txt

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

4-
regex>=2025.9.18
4+
regex>=2025.10.23
55
pymdown-extensions>=10.16.1
66
pipdeptree>=2.29.0
77
python-dateutil>=2.8.2

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ cssselect==1.2.0;python_version<"3.9"
5757
cssselect==1.3.0;python_version>="3.9"
5858
sortedcontainers==2.4.0
5959
execnet==2.1.1
60-
iniconfig==2.1.0
60+
iniconfig==2.1.0;python_version<"3.10"
61+
iniconfig==2.3.0;python_version>="3.10"
6162
pluggy==1.5.0;python_version<"3.9"
6263
pluggy==1.6.0;python_version>="3.9"
6364
pytest==8.3.5;python_version<"3.9"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@
204204
'cssselect==1.3.0;python_version>="3.9"',
205205
"sortedcontainers==2.4.0",
206206
'execnet==2.1.1',
207-
'iniconfig==2.1.0',
207+
'iniconfig==2.1.0;python_version<"3.10"',
208+
'iniconfig==2.3.0;python_version>="3.10"',
208209
'pluggy==1.5.0;python_version<"3.9"',
209210
'pluggy==1.6.0;python_version>="3.9"',
210211
'pytest==8.3.5;python_version<"3.9"',

0 commit comments

Comments
 (0)