Skip to content

Commit cb5fef2

Browse files
committed
Refresh Python dependencies
1 parent 5543808 commit cb5fef2

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

mkdocs_build/requirements.txt

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

4-
regex>=2024.4.28
4+
regex>=2024.5.10
55
pymdown-extensions>=10.8.1
6-
pipdeptree>=2.19.1
6+
pipdeptree>=2.20.0
77
python-dateutil>=2.8.2
88
Markdown==3.6
99
markdown2==2.4.13
1010
MarkupSafe==2.1.5
11-
Jinja2==3.1.3
11+
Jinja2==3.1.4
1212
click==8.1.7
1313
ghp-import==2.1.0
1414
watchdog==4.0.0
1515
cairocffi==1.7.0
1616
pathspec==0.12.1
17-
Babel==2.14.0
17+
Babel==2.15.0
1818
paginate==0.5.6
1919
lxml==5.2.1
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.6.0
23-
mkdocs-material==9.5.21
23+
mkdocs-material==9.5.22
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ behave==1.2.6
5757
soupsieve==2.4.1;python_version<"3.8"
5858
soupsieve==2.5;python_version>="3.8"
5959
beautifulsoup4==4.12.3
60-
pygments==2.17.2
60+
pygments==2.17.2;python_version<"3.8"
61+
pygments==2.18.0;python_version>="3.8"
6162
pyreadline3==3.4.1;platform_system=="Windows"
6263
tabcompleter==1.3.0
6364
pdbp==1.5.0
@@ -72,7 +73,7 @@ rich==13.7.1
7273
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
7374

7475
coverage==7.2.7;python_version<"3.8"
75-
coverage>=7.5.0;python_version>="3.8"
76+
coverage>=7.5.1;python_version>="3.8"
7677
pytest-cov==4.1.0;python_version<"3.8"
7778
pytest-cov>=5.0.0;python_version>="3.8"
7879
flake8==5.0.4;python_version<"3.9"

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,8 @@
205205
'soupsieve==2.4.1;python_version<"3.8"',
206206
'soupsieve==2.5;python_version>="3.8"',
207207
"beautifulsoup4==4.12.3",
208-
'pygments==2.17.2',
208+
'pygments==2.17.2;python_version<"3.8"',
209+
'pygments==2.18.0;python_version>="3.8"',
209210
'pyreadline3==3.4.1;platform_system=="Windows"',
210211
"tabcompleter==1.3.0",
211212
"pdbp==1.5.0",
@@ -229,7 +230,7 @@
229230
# Usage: coverage run -m pytest; coverage html; coverage report
230231
"coverage": [
231232
'coverage==7.2.7;python_version<"3.8"',
232-
'coverage>=7.5.0;python_version>="3.8"',
233+
'coverage>=7.5.1;python_version>="3.8"',
233234
'pytest-cov==4.1.0;python_version<"3.8"',
234235
'pytest-cov>=5.0.0;python_version>="3.8"',
235236
],
@@ -256,7 +257,7 @@
256257
'pdfminer.six==20221105;python_version<"3.8"',
257258
'pdfminer.six==20231228;python_version>="3.8"',
258259
'cryptography==39.0.2;python_version<"3.9"',
259-
'cryptography==42.0.5;python_version>="3.9"',
260+
'cryptography==42.0.7;python_version>="3.9"',
260261
'cffi==1.15.1;python_version<"3.8"',
261262
'cffi==1.16.0;python_version>="3.8"',
262263
"pycparser==2.22",
@@ -277,7 +278,7 @@
277278
# Usage: proxy
278279
# (That starts a proxy server on "127.0.0.1:8899".)
279280
"proxy": [
280-
"proxy.py==2.4.3",
281+
"proxy.py==2.4.4",
281282
],
282283
# pip install -e .[psutil]
283284
"psutil": [

0 commit comments

Comments
 (0)