File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
4
4
regex >= 2023.12.25
5
5
pymdown-extensions >= 10.7.1
6
- pipdeptree >= 2.17 .0
6
+ pipdeptree >= 2.18 .0
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.6
9
9
markdown2 == 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"
7
7
attrs >= 23.2.0
8
8
certifi >= 2024.2.2
9
9
filelock >= 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"
11
11
platformdirs >= 4.0.0 ;python_version < "3.8"
12
12
platformdirs >= 4.2.0 ;python_version >= "3.8"
13
13
typing-extensions >= 4.11.0 ;python_version >= "3.8"
14
14
parse >= 1.20.1
15
15
parse-type >= 0.6.2
16
16
pyyaml >= 6.0.1
17
17
six == 1.16.0
18
- idna == 3.6
18
+ idna == 3.7
19
19
chardet == 5.2.0
20
20
charset-normalizer == 3.3.2
21
21
urllib3 >= 1.26.18 ,< 2 ;python_version < "3.10"
@@ -35,7 +35,7 @@ cssselect==1.2.0
35
35
sortedcontainers == 2.4.0
36
36
fasteners == 0.19
37
37
execnet == 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"
39
39
iniconfig == 2.0.0
40
40
pluggy == 1.2.0 ;python_version < "3.8"
41
41
pluggy == 1.4.0 ;python_version >= "3.8"
Original file line number Diff line number Diff line change 155
155
'attrs>=23.2.0' ,
156
156
"certifi>=2024.2.2" ,
157
157
'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"' ,
159
159
'platformdirs>=4.0.0;python_version<"3.8"' ,
160
160
'platformdirs>=4.2.0;python_version>="3.8"' ,
161
161
'typing-extensions>=4.11.0;python_version>="3.8"' ,
162
162
'parse>=1.20.1' ,
163
163
'parse-type>=0.6.2' ,
164
164
'pyyaml>=6.0.1' ,
165
165
"six==1.16.0" ,
166
- "idna==3.6 " ,
166
+ "idna==3.7 " ,
167
167
'chardet==5.2.0' ,
168
168
'charset-normalizer==3.3.2' ,
169
169
'urllib3>=1.26.18,<2;python_version<"3.10"' ,
183
183
"sortedcontainers==2.4.0" ,
184
184
'fasteners==0.19' ,
185
185
'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"' ,
187
187
'iniconfig==2.0.0' ,
188
188
'pluggy==1.2.0;python_version<"3.8"' ,
189
189
'pluggy==1.4.0;python_version>="3.8"' ,
You can’t perform that action at this time.
0 commit comments