File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lxml==5.2.2
20
20
pyquery == 2.0.0
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.0
23
- mkdocs-material == 9.5.25
23
+ mkdocs-material == 9.5.26
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
26
26
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ filelock>=3.12.2;python_version<"3.8"
11
11
filelock >= 3.14.0 ;python_version >= "3.8"
12
12
platformdirs >= 4.0.0 ;python_version < "3.8"
13
13
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"
15
15
parse >= 1.20.1
16
16
parse-type >= 0.6.2
17
17
pyyaml >= 6.0.1
Original file line number Diff line number Diff line change 159
159
'filelock>=3.14.0;python_version>="3.8"' ,
160
160
'platformdirs>=4.0.0;python_version<"3.8"' ,
161
161
'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"' ,
163
163
'parse>=1.20.1' ,
164
164
'parse-type>=0.6.2' ,
165
165
'pyyaml>=6.0.1' ,
You can’t perform that action at this time.
0 commit comments