File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
# Minimum Python version: 3.8 (for generating docs only)
3
3
4
4
regex >= 2024.9.11
5
- pymdown-extensions >= 10.10 .2
5
+ pymdown-extensions >= 10.11 .2
6
6
pipdeptree >= 2.23.4
7
7
python-dateutil >= 2.8.2
8
8
Markdown == 3.7
@@ -11,7 +11,7 @@ MarkupSafe==2.1.5
11
11
Jinja2 == 3.1.4
12
12
click == 8.1.7
13
13
ghp-import == 2.1.0
14
- watchdog == 5.0.2
14
+ watchdog == 5.0.3
15
15
cairocffi == 1.7.1
16
16
pathspec == 0.12.1
17
17
Babel == 2.16.0
@@ -20,7 +20,7 @@ lxml==5.3.0
20
20
pyquery == 2.0.1
21
21
readtime == 3.0.0
22
22
mkdocs == 1.6.1
23
- mkdocs-material == 9.5.38
23
+ mkdocs-material == 9.5.39
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 @@ -55,7 +55,7 @@ pyotp==2.9.0
55
55
python-xlib == 0.33 ;platform_system == "Linux"
56
56
markdown-it-py == 3.0.0
57
57
mdurl == 0.1.2
58
- rich == 13.8 .1
58
+ rich == 13.9 .1
59
59
60
60
# --- Testing Requirements --- #
61
61
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 204
204
'python-xlib==0.33;platform_system=="Linux"' ,
205
205
'markdown-it-py==3.0.0' ,
206
206
'mdurl==0.1.2' ,
207
- 'rich==13.8 .1' ,
207
+ 'rich==13.9 .1' ,
208
208
],
209
209
extras_require = {
210
210
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments