File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 3
3
4
4
regex >= 2024.5.15
5
5
pymdown-extensions >= 10.8.1
6
- pipdeptree >= 2.23.0
6
+ pipdeptree >= 2.23.1
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.6
9
- markdown2 == 2.4.13
9
+ markdown2 == 2.5.0
10
10
MarkupSafe == 2.1.5
11
11
Jinja2 == 3.1.4
12
12
click == 8.1.7
@@ -20,7 +20,7 @@ lxml==5.2.2
20
20
pyquery == 2.0.0
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.0
23
- mkdocs-material == 9.5.28
23
+ mkdocs-material == 9.5.29
24
24
mkdocs-exclude-search == 0.6.6
25
25
mkdocs-simple-hooks == 0.1.5
26
26
mkdocs-material-extensions == 1.3.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ charset-normalizer==3.3.2
25
25
urllib3 >= 1.26.19 ,< 2 ;python_version < "3.10"
26
26
urllib3 >= 1.26.19 ,< 2.3.0 ;python_version >= "3.10"
27
27
requests == 2.31.0
28
- pynose == 1.5.1
28
+ pynose == 1.5.2
29
29
sniffio == 1.3.1
30
30
h11 == 0.14.0
31
31
outcome == 1.3.0.post0
@@ -64,8 +64,8 @@ beautifulsoup4==4.12.3
64
64
pygments == 2.17.2 ;python_version < "3.8"
65
65
pygments == 2.18.0 ;python_version >= "3.8"
66
66
pyreadline3 == 3.4.1 ;platform_system == "Windows"
67
- tabcompleter == 1.3.0
68
- pdbp == 1.5.1
67
+ tabcompleter == 1.3.3
68
+ pdbp == 1.5.3
69
69
colorama == 0.4.6
70
70
pyotp == 2.9.0
71
71
python-xlib == 0.33 ;platform_system == "Linux"
@@ -78,7 +78,7 @@ rich==13.7.1
78
78
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
79
79
80
80
coverage == 7.2.7 ;python_version < "3.8"
81
- coverage >= 7.5.4 ;python_version >= "3.8"
81
+ coverage >= 7.6.0 ;python_version >= "3.8"
82
82
pytest-cov == 4.1.0 ;python_version < "3.8"
83
83
pytest-cov >= 5.0.0 ;python_version >= "3.8"
84
84
flake8 == 5.0.4 ;python_version < "3.9"
Original file line number Diff line number Diff line change 173
173
'urllib3>=1.26.19,<2;python_version<"3.10"' ,
174
174
'urllib3>=1.26.19,<2.3.0;python_version>="3.10"' ,
175
175
'requests==2.31.0' ,
176
- "pynose==1.5.1 " ,
176
+ "pynose==1.5.2 " ,
177
177
'sniffio==1.3.1' ,
178
178
'h11==0.14.0' ,
179
179
'outcome==1.3.0.post0' ,
212
212
'pygments==2.17.2;python_version<"3.8"' ,
213
213
'pygments==2.18.0;python_version>="3.8"' ,
214
214
'pyreadline3==3.4.1;platform_system=="Windows"' ,
215
- "tabcompleter==1.3.0 " ,
216
- "pdbp==1.5.1 " ,
215
+ "tabcompleter==1.3.3 " ,
216
+ "pdbp==1.5.3 " ,
217
217
'colorama==0.4.6' ,
218
218
'pyotp==2.9.0' ,
219
219
'python-xlib==0.33;platform_system=="Linux"' ,
235
235
# Usage: coverage run -m pytest; coverage html; coverage report
236
236
"coverage" : [
237
237
'coverage==7.2.7;python_version<"3.8"' ,
238
- 'coverage>=7.5.4 ;python_version>="3.8"' ,
238
+ 'coverage>=7.6.0 ;python_version>="3.8"' ,
239
239
'pytest-cov==4.1.0;python_version<"3.8"' ,
240
240
'pytest-cov>=5.0.0;python_version>="3.8"' ,
241
241
],
308
308
'kaitaistruct==0.10' ,
309
309
'pyasn1==0.5.1;python_version<"3.8"' ,
310
310
'pyasn1==0.6.0;python_version>="3.8"' ,
311
- 'zstandard==0.22 .0' ,
311
+ 'zstandard==0.23 .0' ,
312
312
],
313
313
},
314
314
packages = [
You can’t perform that action at this time.
0 commit comments