Skip to content

Commit 41dd482

Browse files
committed
Refresh Python dependencies
1 parent 63cc177 commit 41dd482

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mkdocs_build/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pathspec==0.12.1
1414
Babel==2.17.0
1515
paginate==0.5.7
1616
mkdocs==1.6.1
17-
mkdocs-material==9.6.19
17+
mkdocs-material==9.6.20
1818
mkdocs-exclude-search==0.6.6
1919
mkdocs-simple-hooks==0.1.5
2020
mkdocs-material-extensions==1.3.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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==45.0.7;python_version>="3.9"',
273+
'cryptography==46.0.1;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"',
@@ -296,7 +296,7 @@
296296
],
297297
# pip install -e .[psutil]
298298
"psutil": [
299-
"psutil==7.0.0",
299+
"psutil==7.1.0",
300300
],
301301
# pip install -e .[pyautogui]
302302
"pyautogui": [

0 commit comments

Comments
 (0)