Skip to content

Commit ef0bd61

Browse files
committed
Refresh Python dependencies
1 parent 10b83ac commit ef0bd61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.5
17+
mkdocs-material==9.6.7
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sortedcontainers==2.4.0
4949
execnet==2.1.1
5050
iniconfig==2.0.0
5151
pluggy==1.5.0
52-
pytest==8.3.4
52+
pytest==8.3.5
5353
pytest-html==4.0.2
5454
pytest-metadata==3.1.1
5555
pytest-ordering==0.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
'execnet==2.1.1',
199199
'iniconfig==2.0.0',
200200
'pluggy==1.5.0',
201-
'pytest==8.3.4',
201+
'pytest==8.3.5',
202202
"pytest-html==4.0.2", # Newer ones had issues
203203
'pytest-metadata==3.1.1',
204204
"pytest-ordering==0.6",
@@ -259,7 +259,7 @@
259259
"pdfminer": [
260260
'pdfminer.six==20240706',
261261
'cryptography==39.0.2;python_version<"3.9"',
262-
'cryptography==44.0.1;python_version>="3.9"',
262+
'cryptography==44.0.2;python_version>="3.9"',
263263
'cffi==1.17.1',
264264
"pycparser==2.22",
265265
],

0 commit comments

Comments
 (0)