Skip to content

Commit 3772ff0

Browse files
committed
Refresh Python dependencies
1 parent eb83c13 commit 3772ff0

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

mkdocs_build/requirements.txt

Lines changed: 2 additions & 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>=2026.2.19
4+
regex>=2026.2.28
55
pymdown-extensions>=10.21
66
pipdeptree>=2.31.0
77
python-dateutil>=2.8.2
@@ -17,4 +17,5 @@ mkdocs==1.6.1
1717
mkdocs-material==9.6.23
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
20+
mkdocs-get-deps==0.2.0
2021
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
pip>=26.0.1
22
packaging>=26.0
33
setuptools~=70.2;python_version<"3.10"
4-
setuptools>=82.0.0;python_version>="3.10"
4+
setuptools>=82.0.1;python_version>="3.10"
55
wheel>=0.46.3
66
attrs>=25.4.0
77
certifi>=2026.2.25
88
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.24.3;python_version>="3.10"
12+
filelock>=3.25.1;python_version>="3.10"
1313
fasteners>=0.20
14-
mycdp>=1.3.2
14+
mycdp>=1.3.3
1515
pynose>=1.5.5
1616
platformdirs~=4.4.0;python_version<"3.10"
17-
platformdirs>=4.9.2;python_version>="3.10"
17+
platformdirs>=4.9.4;python_version>="3.10"
1818
typing-extensions>=4.15.0
1919
sbvirtualdisplay>=1.4.0
2020
MarkupSafe>=3.0.3
@@ -29,7 +29,7 @@ pyreadline3>=3.5.4;platform_system=="Windows"
2929
tabcompleter>=1.4.0
3030
pdbp>=1.8.2
3131
idna>=3.11
32-
charset-normalizer>=3.4.4,<4
32+
charset-normalizer>=3.4.5,<4
3333
urllib3>=1.26.20,<2;python_version<"3.10"
3434
urllib3>=1.26.20,<3;python_version>="3.10"
3535
requests~=2.32.5

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,20 @@
149149
'pip>=26.0.1',
150150
'packaging>=26.0',
151151
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
152-
'setuptools>=82.0.0;python_version>="3.10"',
152+
'setuptools>=82.0.1;python_version>="3.10"',
153153
'wheel>=0.46.3',
154154
'attrs>=25.4.0',
155155
'certifi>=2026.2.25',
156156
'exceptiongroup>=1.3.1',
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.24.3;python_version>="3.10"',
160+
'filelock>=3.25.1;python_version>="3.10"',
161161
'fasteners>=0.20',
162-
'mycdp>=1.3.2',
162+
'mycdp>=1.3.3',
163163
'pynose>=1.5.5',
164164
'platformdirs~=4.4.0;python_version<"3.10"',
165-
'platformdirs>=4.9.2;python_version>="3.10"',
165+
'platformdirs>=4.9.4;python_version>="3.10"',
166166
'typing-extensions>=4.15.0',
167167
'sbvirtualdisplay>=1.4.0',
168168
'MarkupSafe>=3.0.3',
@@ -177,7 +177,7 @@
177177
'tabcompleter>=1.4.0',
178178
'pdbp>=1.8.2',
179179
'idna>=3.11',
180-
'charset-normalizer>=3.4.4,<4',
180+
'charset-normalizer>=3.4.5,<4',
181181
'urllib3>=1.26.20,<2;python_version<"3.10"',
182182
'urllib3>=1.26.20,<3;python_version>="3.10"',
183183
'requests~=2.32.5',

0 commit comments

Comments
 (0)