Skip to content

Commit 650c515

Browse files
authored
chore(deps): bump mkdocs-material to 9.5.21 (#446)
1 parent 2786969 commit 650c515

File tree

2 files changed

+52
-48
lines changed

2 files changed

+52
-48
lines changed

requirements-dev.txt

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
1-
#
2-
# These requirements were autogenerated by pipenv
3-
# To regenerate from the project's Pipfile, run:
4-
#
5-
# pipenv lock --requirements --dev
6-
#
7-
8-
# Note: in pipenv 2020.x, "--dev" changed to emit both default and development
9-
# requirements. To emit only development requirements, pass "--dev-only".
10-
11-
-i https://pypi.org/simple/
12-
click==8.1.7; python_version >= '3.6'
1+
-i https://pypi.org/simple
2+
invoke==2.2.0; python_version >= '3.6'
3+
babel==2.15.0; python_version >= '3.8'
4+
certifi==2024.2.2; python_version >= '3.6'
5+
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
6+
click==8.1.7; python_version >= '3.7'
7+
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
138
ghp-import==2.1.0
14-
importlib-metadata==7.1.0; python_version >= '3.6'
15-
invoke==2.2.0
16-
jinja2==3.1.4
17-
markdown==3.6; python_version >= '3.6'
18-
markupsafe==2.1.5; python_version >= '3.6'
9+
idna==3.7; python_version >= '3.5'
10+
jinja2==3.1.4; python_version >= '3.7'
11+
markdown==3.6; python_version >= '3.8'
12+
markupsafe==2.1.5; python_version >= '3.7'
1913
mergedeep==1.3.4; python_version >= '3.6'
20-
mkdocs-material-extensions==1.3.1; python_version >= '3.5'
21-
mkdocs-material==7.3.6
22-
mkdocs==1.6.0
23-
packaging==24.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
24-
prompt-toolkit==3.0.43
25-
pygments==2.9.0
26-
pymdown-extensions==8.2; python_version >= '3.6'
27-
pyparsing==3.1.2; python_version >= '3.5'
14+
mkdocs==1.6.0; python_version >= '3.8'
15+
mkdocs-get-deps==0.2.0; python_version >= '3.8'
16+
mkdocs-material==9.5.21; python_version >= '3.8'
17+
mkdocs-material-extensions==1.3.1; python_version >= '3.8'
18+
packaging==24.0; python_version >= '3.7'
19+
paginate==0.5.6
20+
pathspec==0.12.1; python_version >= '3.8'
21+
platformdirs==4.2.1; python_version >= '3.8'
22+
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
23+
pygments==2.18.0; python_version >= '3.8'
24+
pymdown-extensions==10.8.1; python_version >= '3.8'
2825
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
29-
python-markdown-math==0.8
26+
python-markdown-math==0.8; python_version >= '3.6'
27+
pyyaml==6.0.1; python_version >= '3.6'
3028
pyyaml-env-tag==0.1; python_version >= '3.6'
31-
pyyaml==6.0.1
29+
regex==2024.5.10; python_version >= '3.8'
30+
requests==2.31.0; python_version >= '3.7'
3231
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
33-
watchdog==4.0.0; python_version >= '3.6'
32+
urllib3==2.2.1; python_version >= '3.8'
33+
watchdog==4.0.0; python_version >= '3.8'
3434
wcwidth==0.2.13
35-
zipp==3.18.1; python_version >= '3.6'

requirements.txt

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,33 @@
1-
#
2-
# These requirements were autogenerated by pipenv
3-
# To regenerate from the project's Pipfile, run:
4-
#
5-
# pipenv lock --requirements
6-
#
7-
8-
-i https://pypi.org/simple/
1+
-i https://pypi.org/simple
2+
babel==2.15.0; python_version >= '3.8'
3+
certifi==2024.2.2; python_version >= '3.6'
4+
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
95
click==8.1.7; python_version >= '3.7'
6+
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
107
ghp-import==2.1.0
11-
jinja2==3.1.4
12-
markdown==3.6; python_version >= '3.6'
8+
idna==3.7; python_version >= '3.5'
9+
jinja2==3.1.4; python_version >= '3.7'
10+
markdown==3.6; python_version >= '3.8'
1311
markupsafe==2.1.5; python_version >= '3.7'
1412
mergedeep==1.3.4; python_version >= '3.6'
15-
mkdocs-material-extensions==1.3.1; python_version >= '3.7'
16-
mkdocs-material==8.5.11
17-
mkdocs==1.6.0
13+
mkdocs==1.6.0; python_version >= '3.8'
14+
mkdocs-get-deps==0.2.0; python_version >= '3.8'
15+
mkdocs-material==9.5.21; python_version >= '3.8'
16+
mkdocs-material-extensions==1.3.1; python_version >= '3.8'
1817
packaging==24.0; python_version >= '3.7'
19-
prompt-toolkit==3.0.43
20-
pygments==2.11.2
21-
pymdown-extensions==9.3; python_version >= '3.7'
18+
paginate==0.5.6
19+
pathspec==0.12.1; python_version >= '3.8'
20+
platformdirs==4.2.1; python_version >= '3.8'
21+
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
22+
pygments==2.18.0; python_version >= '3.8'
23+
pymdown-extensions==10.8.1; python_version >= '3.8'
2224
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
23-
python-markdown-math==0.8
25+
python-markdown-math==0.8; python_version >= '3.6'
26+
pyyaml==6.0.1; python_version >= '3.6'
2427
pyyaml-env-tag==0.1; python_version >= '3.6'
25-
pyyaml==6.0.1
28+
regex==2024.5.10; python_version >= '3.8'
29+
requests==2.31.0; python_version >= '3.7'
2630
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
27-
watchdog==4.0.0; python_version >= '3.6'
31+
urllib3==2.2.1; python_version >= '3.8'
32+
watchdog==4.0.0; python_version >= '3.8'
2833
wcwidth==0.2.13

0 commit comments

Comments
 (0)