Skip to content

Commit f1579d0

Browse files
committed
Refresh Python dependencies
1 parent 0c46e2c commit f1579d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mkdocs_build/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lxml==5.2.2
2020
pyquery==2.0.0
2121
readtime==3.0.0
2222
mkdocs==1.6.0
23-
mkdocs-material==9.5.25
23+
mkdocs-material==9.5.26
2424
mkdocs-exclude-search==0.6.6
2525
mkdocs-simple-hooks==0.1.5
2626
mkdocs-material-extensions==1.3.1

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ filelock>=3.12.2;python_version<"3.8"
1111
filelock>=3.14.0;python_version>="3.8"
1212
platformdirs>=4.0.0;python_version<"3.8"
1313
platformdirs>=4.2.2;python_version>="3.8"
14-
typing-extensions>=4.12.1;python_version>="3.8"
14+
typing-extensions>=4.12.2;python_version>="3.8"
1515
parse>=1.20.1
1616
parse-type>=0.6.2
1717
pyyaml>=6.0.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
'filelock>=3.14.0;python_version>="3.8"',
160160
'platformdirs>=4.0.0;python_version<"3.8"',
161161
'platformdirs>=4.2.2;python_version>="3.8"',
162-
'typing-extensions>=4.12.1;python_version>="3.8"',
162+
'typing-extensions>=4.12.2;python_version>="3.8"',
163163
'parse>=1.20.1',
164164
'parse-type>=0.6.2',
165165
'pyyaml>=6.0.1',

0 commit comments

Comments
 (0)