File tree 3 files changed +17
-13
lines changed
3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 2
2
# Minimum Python version: 3.9 (for generating docs only)
3
3
4
4
regex >= 2024.11.6
5
- pymdown-extensions >= 10.12
5
+ pymdown-extensions >= 10.13
6
6
pipdeptree >= 2.24.0
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.7
9
9
markdown2 == 2.5.2
10
- MarkupSafe == 3.0.2
11
- Jinja2 == 3.1.4
12
- click == 8.1.7
10
+ click == 8.1.8
13
11
ghp-import == 2.1.0
14
12
watchdog == 6.0.0
15
13
cairocffi == 1.7.1
@@ -20,7 +18,7 @@ lxml==5.3.0
20
18
pyquery == 2.0.1
21
19
readtime == 3.0.0
22
20
mkdocs == 1.6.1
23
- mkdocs-material == 9.5.48
21
+ mkdocs-material == 9.5.49
24
22
mkdocs-exclude-search == 0.6.6
25
23
mkdocs-simple-hooks == 0.1.5
26
24
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ packaging>=24.2
3
3
setuptools ~= 70.2 ;python_version < "3.10"
4
4
setuptools >= 75.6.0 ;python_version >= "3.10"
5
5
wheel >= 0.45.1
6
- attrs >= 24.2 .0
6
+ attrs >= 24.3 .0
7
7
certifi >= 2024.12.14
8
8
exceptiongroup >= 1.2.2
9
9
websockets ~= 13.1 ;python_version < "3.9"
@@ -14,7 +14,10 @@ mycdp>=1.1.0
14
14
pynose >= 1.5.3
15
15
platformdirs >= 4.3.6
16
16
typing-extensions >= 4.12.2
17
- sbvirtualdisplay >= 1.3.1
17
+ sbvirtualdisplay >= 1.4.0
18
+ MarkupSafe == 2.1.5 ;python_version < "3.9"
19
+ MarkupSafe >= 3.0.2 ;python_version >= "3.9"
20
+ Jinja2 >= 3.1.5
18
21
six >= 1.17.0
19
22
parse >= 1.20.2
20
23
parse-type >= 0.6.4
@@ -26,9 +29,9 @@ tabcompleter>=1.4.0
26
29
pdbp >= 1.6.1
27
30
idna == 3.10
28
31
chardet == 5.2.0
29
- charset-normalizer == 3.4.0
32
+ charset-normalizer == 3.4.1
30
33
urllib3 >= 1.26.20 ,< 2 ;python_version < "3.10"
31
- urllib3 >= 1.26.20 ,< 2.3 .0 ;python_version >= "3.10"
34
+ urllib3 >= 1.26.20 ,< 2.4 .0 ;python_version >= "3.10"
32
35
requests == 2.32.3
33
36
sniffio == 1.3.1
34
37
h11 == 0.14.0
Original file line number Diff line number Diff line change 152
152
'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153
153
'setuptools>=75.6.0;python_version>="3.10"' ,
154
154
'wheel>=0.45.1' ,
155
- 'attrs>=24.2 .0' ,
155
+ 'attrs>=24.3 .0' ,
156
156
"certifi>=2024.12.14" ,
157
157
"exceptiongroup>=1.2.2" ,
158
158
'websockets~=13.1;python_version<"3.9"' ,
163
163
"pynose>=1.5.3" ,
164
164
'platformdirs>=4.3.6' ,
165
165
'typing-extensions>=4.12.2' ,
166
- "sbvirtualdisplay>=1.3.1" ,
166
+ "sbvirtualdisplay>=1.4.0" ,
167
+ 'MarkupSafe==2.1.5;python_version<"3.9"' ,
168
+ 'MarkupSafe>=3.0.2;python_version>="3.9"' ,
169
+ "Jinja2>=3.1.5" ,
167
170
"six>=1.17.0" ,
168
171
'parse>=1.20.2' ,
169
172
'parse-type>=0.6.4' ,
175
178
"pdbp>=1.6.1" ,
176
179
"idna==3.10" ,
177
180
'chardet==5.2.0' ,
178
- 'charset-normalizer==3.4.0 ' ,
181
+ 'charset-normalizer==3.4.1 ' ,
179
182
'urllib3>=1.26.20,<2;python_version<"3.10"' ,
180
- 'urllib3>=1.26.20,<2.3 .0;python_version>="3.10"' ,
183
+ 'urllib3>=1.26.20,<2.4 .0;python_version>="3.10"' ,
181
184
'requests==2.32.3' ,
182
185
'sniffio==1.3.1' ,
183
186
'h11==0.14.0' ,
You can’t perform that action at this time.
0 commit comments