Skip to content

Commit 1a936c7

Browse files
committed
Refresh Python dependencies
1 parent 872c18d commit 1a936c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

mkdocs_build/requirements.txt

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

4-
regex>=2026.2.28
5-
pymdown-extensions>=10.21
4+
regex>=2026.3.32
5+
pymdown-extensions>=10.21.2
66
pipdeptree>=2.34.0
77
python-dateutil>=2.8.2
88
Markdown==3.10.2

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ parse>=1.21.1
2424
parse-type>=0.6.6
2525
colorama>=0.4.6
2626
pyyaml>=6.0.3
27-
pygments>=2.19.2
27+
pygments>=2.20.0
2828
pyreadline3>=3.5.4;platform_system=="Windows"
2929
tabcompleter>=1.4.0
3030
pdbp>=1.8.2
@@ -33,7 +33,7 @@ charset-normalizer>=3.4.6,<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;python_version<"3.10"
36-
requests~=2.33.0;python_version>="3.10"
36+
requests~=2.33.1;python_version>="3.10"
3737
sniffio==1.3.1
3838
h11==0.16.0
3939
outcome==1.3.0.post0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
'parse-type>=0.6.6',
173173
'colorama>=0.4.6',
174174
'pyyaml>=6.0.3',
175-
'pygments>=2.19.2',
175+
'pygments>=2.20.0',
176176
'pyreadline3>=3.5.4;platform_system=="Windows"',
177177
'tabcompleter>=1.4.0',
178178
'pdbp>=1.8.2',
@@ -181,7 +181,7 @@
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;python_version<"3.10"',
184-
'requests~=2.33.0;python_version>="3.10"',
184+
'requests~=2.33.1;python_version>="3.10"',
185185
'sniffio==1.3.1',
186186
'h11==0.16.0',
187187
'outcome==1.3.0.post0',

0 commit comments

Comments
 (0)