File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33
44regex >= 2023.12.25
55pymdown-extensions >= 10.7.1
6- pipdeptree >= 2.17 .0
6+ pipdeptree >= 2.18 .0
77python-dateutil >= 2.8.2
88Markdown == 3.6
99markdown2 == 2.4.13
Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ wheel>=0.43.0;python_version>="3.8"
77attrs >= 23.2.0
88certifi >= 2024.2.2
99filelock >= 3.12.2 ;python_version < "3.8"
10- filelock >= 3.13.3 ;python_version >= "3.8"
10+ filelock >= 3.13.4 ;python_version >= "3.8"
1111platformdirs >= 4.0.0 ;python_version < "3.8"
1212platformdirs >= 4.2.0 ;python_version >= "3.8"
1313typing-extensions >= 4.11.0 ;python_version >= "3.8"
1414parse >= 1.20.1
1515parse-type >= 0.6.2
1616pyyaml >= 6.0.1
1717six == 1.16.0
18- idna == 3.6
18+ idna == 3.7
1919chardet == 5.2.0
2020charset-normalizer == 3.3.2
2121urllib3 >= 1.26.18 ,< 2 ;python_version < "3.10"
@@ -35,7 +35,7 @@ cssselect==1.2.0
3535sortedcontainers == 2.4.0
3636fasteners == 0.19
3737execnet == 2.0.2 ;python_version < "3.8"
38- execnet == 2.1.0 ;python_version >= "3.8"
38+ execnet == 2.1.1 ;python_version >= "3.8"
3939iniconfig == 2.0.0
4040pluggy == 1.2.0 ;python_version < "3.8"
4141pluggy == 1.4.0 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 155155 'attrs>=23.2.0' ,
156156 "certifi>=2024.2.2" ,
157157 'filelock>=3.12.2;python_version<"3.8"' ,
158- 'filelock>=3.13.3 ;python_version>="3.8"' ,
158+ 'filelock>=3.13.4 ;python_version>="3.8"' ,
159159 'platformdirs>=4.0.0;python_version<"3.8"' ,
160160 'platformdirs>=4.2.0;python_version>="3.8"' ,
161161 'typing-extensions>=4.11.0;python_version>="3.8"' ,
162162 'parse>=1.20.1' ,
163163 'parse-type>=0.6.2' ,
164164 'pyyaml>=6.0.1' ,
165165 "six==1.16.0" ,
166- "idna==3.6 " ,
166+ "idna==3.7 " ,
167167 'chardet==5.2.0' ,
168168 'charset-normalizer==3.3.2' ,
169169 'urllib3>=1.26.18,<2;python_version<"3.10"' ,
183183 "sortedcontainers==2.4.0" ,
184184 'fasteners==0.19' ,
185185 'execnet==2.0.2;python_version<"3.8"' ,
186- 'execnet==2.1.0 ;python_version>="3.8"' ,
186+ 'execnet==2.1.1 ;python_version>="3.8"' ,
187187 'iniconfig==2.0.0' ,
188188 'pluggy==1.2.0;python_version<"3.8"' ,
189189 'pluggy==1.4.0;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments