File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lxml==5.1.0
20
20
pyquery == 2.0.0
21
21
readtime == 3.0.0
22
22
mkdocs == 1.5.3
23
- mkdocs-material == 9.5.11
23
+ mkdocs-material == 9.5.12
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 @@ -62,7 +62,7 @@ pyotp==2.9.0
62
62
markdown-it-py == 2.2.0 ;python_version < "3.8"
63
63
markdown-it-py == 3.0.0 ;python_version >= "3.8"
64
64
mdurl == 0.1.2
65
- rich == 13.7.0
65
+ rich == 13.7.1
66
66
67
67
# --- Testing Requirements --- #
68
68
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 210
210
'markdown-it-py==2.2.0;python_version<"3.8"' ,
211
211
'markdown-it-py==3.0.0;python_version>="3.8"' ,
212
212
'mdurl==0.1.2' ,
213
- 'rich==13.7.0 ' ,
213
+ 'rich==13.7.1 ' ,
214
214
],
215
215
extras_require = {
216
216
# pip install -e .[allure]
You can’t perform that action at this time.
0 commit comments