File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ pathspec==0.12.1
17
17
Babel == 2.16.0
18
18
paginate == 0.5.7
19
19
lxml == 5.3.0
20
- pyquery == 2.0.0
20
+ pyquery == 2.0.1
21
21
readtime == 3.0.0
22
- mkdocs == 1.6.0
22
+ mkdocs == 1.6.1
23
23
mkdocs-material == 9.5.33
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ setuptools>=70.2.0;python_version>="3.10"
8
8
wheel >= 0.42.0 ;python_version < "3.8"
9
9
wheel >= 0.44.0 ;python_version >= "3.8"
10
10
attrs >= 24.2.0
11
- certifi >= 2024.7.4
11
+ certifi >= 2024.8.30
12
12
exceptiongroup >= 1.2.2
13
13
filelock >= 3.12.2 ;python_version < "3.8"
14
14
filelock >= 3.15.4 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 156
156
'wheel>=0.42.0;python_version<"3.8"' ,
157
157
'wheel>=0.44.0;python_version>="3.8"' ,
158
158
'attrs>=24.2.0' ,
159
- "certifi>=2024.7.4 " ,
159
+ "certifi>=2024.8.30 " ,
160
160
"exceptiongroup>=1.2.2" ,
161
161
'filelock>=3.12.2;python_version<"3.8"' ,
162
162
'filelock>=3.15.4;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments