File tree Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Expand file tree Collapse file tree 3 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 22# Minimum Python version: 3.9 (for generating docs only)
33
44regex >= 2024.11.6
5- pymdown-extensions >= 10.12
5+ pymdown-extensions >= 10.13
66pipdeptree >= 2.24.0
77python-dateutil >= 2.8.2
88Markdown == 3.7
99markdown2 == 2.5.2
10- MarkupSafe == 3.0.2
11- Jinja2 == 3.1.4
12- click == 8.1.7
10+ click == 8.1.8
1311ghp-import == 2.1.0
1412watchdog == 6.0.0
1513cairocffi == 1.7.1
@@ -20,7 +18,7 @@ lxml==5.3.0
2018pyquery == 2.0.1
2119readtime == 3.0.0
2220mkdocs == 1.6.1
23- mkdocs-material == 9.5.48
21+ mkdocs-material == 9.5.49
2422mkdocs-exclude-search == 0.6.6
2523mkdocs-simple-hooks == 0.1.5
2624mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ packaging>=24.2
33setuptools ~= 70.2 ;python_version < "3.10"
44setuptools >= 75.6.0 ;python_version >= "3.10"
55wheel >= 0.45.1
6- attrs >= 24.2 .0
6+ attrs >= 24.3 .0
77certifi >= 2024.12.14
88exceptiongroup >= 1.2.2
99websockets ~= 13.1 ;python_version < "3.9"
@@ -14,7 +14,10 @@ mycdp>=1.1.0
1414pynose >= 1.5.3
1515platformdirs >= 4.3.6
1616typing-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
1821six >= 1.17.0
1922parse >= 1.20.2
2023parse-type >= 0.6.4
@@ -26,9 +29,9 @@ tabcompleter>=1.4.0
2629pdbp >= 1.6.1
2730idna == 3.10
2831chardet == 5.2.0
29- charset-normalizer == 3.4.0
32+ charset-normalizer == 3.4.1
3033urllib3 >= 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"
3235requests == 2.32.3
3336sniffio == 1.3.1
3437h11 == 0.14.0
Original file line number Diff line number Diff line change 152152 'setuptools~=70.2;python_version<"3.10"' , # Newer ones had issues
153153 'setuptools>=75.6.0;python_version>="3.10"' ,
154154 'wheel>=0.45.1' ,
155- 'attrs>=24.2 .0' ,
155+ 'attrs>=24.3 .0' ,
156156 "certifi>=2024.12.14" ,
157157 "exceptiongroup>=1.2.2" ,
158158 'websockets~=13.1;python_version<"3.9"' ,
163163 "pynose>=1.5.3" ,
164164 'platformdirs>=4.3.6' ,
165165 '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" ,
167170 "six>=1.17.0" ,
168171 'parse>=1.20.2' ,
169172 'parse-type>=0.6.4' ,
175178 "pdbp>=1.6.1" ,
176179 "idna==3.10" ,
177180 'chardet==5.2.0' ,
178- 'charset-normalizer==3.4.0 ' ,
181+ 'charset-normalizer==3.4.1 ' ,
179182 '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"' ,
181184 'requests==2.32.3' ,
182185 'sniffio==1.3.1' ,
183186 'h11==0.14.0' ,
You can’t perform that action at this time.
0 commit comments