Skip to content

Commit 5308238

Browse files
committed
Refresh Python dependencies
1 parent 50484a0 commit 5308238

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

mkdocs_build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ pymdown-extensions>=10.16.1
66
pipdeptree>=2.28.0
77
python-dateutil>=2.8.2
88
Markdown==3.9
9-
click==8.2.1
9+
click==8.3.0
1010
ghp-import==2.1.0
1111
watchdog==6.0.0
1212
cairocffi==1.7.1
1313
pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.20
17+
mkdocs-material==9.6.21
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ platformdirs>=4.4.0;python_version>="3.9"
1919
typing-extensions>=4.13.2
2020
sbvirtualdisplay>=1.4.0
2121
MarkupSafe==2.1.5;python_version<"3.9"
22-
MarkupSafe>=3.0.2;python_version>="3.9"
22+
MarkupSafe>=3.0.3;python_version>="3.9"
2323
Jinja2>=3.1.6
2424
six>=1.17.0
2525
parse>=1.20.2
@@ -68,7 +68,7 @@ parameterized==0.9.0
6868
behave==1.2.6
6969
soupsieve==2.7;python_version<"3.9"
7070
soupsieve~=2.8;python_version>="3.9"
71-
beautifulsoup4~=4.13.5
71+
beautifulsoup4~=4.14.2
7272
pyotp==2.9.0
7373
python-xlib==0.33;platform_system=="Linux"
7474
markdown-it-py==3.0.0;python_version<"3.10"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
'typing-extensions>=4.13.2',
168168
"sbvirtualdisplay>=1.4.0",
169169
'MarkupSafe==2.1.5;python_version<"3.9"',
170-
'MarkupSafe>=3.0.2;python_version>="3.9"',
170+
'MarkupSafe>=3.0.3;python_version>="3.9"',
171171
"Jinja2>=3.1.6",
172172
"six>=1.17.0",
173173
'parse>=1.20.2',
@@ -216,7 +216,7 @@
216216
"behave==1.2.6", # Newer ones had issues
217217
'soupsieve==2.7;python_version<"3.9"',
218218
'soupsieve~=2.8;python_version>="3.9"',
219-
"beautifulsoup4~=4.13.5",
219+
"beautifulsoup4~=4.14.2",
220220
'pyotp==2.9.0',
221221
'python-xlib==0.33;platform_system=="Linux"',
222222
'markdown-it-py==3.0.0;python_version<"3.10"',
@@ -270,7 +270,7 @@
270270
'pdfminer.six==20250324;python_version<"3.9"',
271271
'pdfminer.six==20250506;python_version>="3.9"',
272272
'cryptography==39.0.2;python_version<"3.9"',
273-
'cryptography==46.0.1;python_version>="3.9"',
273+
'cryptography==46.0.2;python_version>="3.9"',
274274
'cffi==1.17.1;python_version<"3.9"',
275275
'cffi==2.0.0;python_version>="3.9"',
276276
'pycparser==2.22;python_version<"3.9"',

0 commit comments

Comments
 (0)