Skip to content

Commit 639293d

Browse files
deps: bump mkdocs-material from 7.1.7 to 7.1.8 (peaceiris#217)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.7 to 7.1.8. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md) - [Commits](squidfunk/mkdocs-material@7.1.7...7.1.8) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7cf36a6 commit 639293d

File tree

4 files changed

+74
-20
lines changed

4 files changed

+74
-20
lines changed

Diff for: Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ verify_ssl = true
55

66
[packages]
77
mkdocs = "==1.2.1"
8-
mkdocs-material = "==7.1.7"
8+
mkdocs-material = "==7.1.8"
99
python-markdown-math = "==0.8"
1010
Pygments = "==2.9.0"
1111
prompt_toolkit = "==3.0.18"

Diff for: Pipfile.lock

+18-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: requirements-dev.txt

+33
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
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+
111
-i https://pypi.org/simple/
12+
click==8.0.1; python_version >= '3.6'
13+
ghp-import==2.0.1
14+
importlib-metadata==4.5.0; python_version >= '3.6'
215
invoke==1.5.0
16+
jinja2==3.0.1
17+
markdown==3.3.4; python_version >= '3.6'
18+
markupsafe==2.0.1; python_version >= '3.6'
19+
mergedeep==1.3.4; python_version >= '3.6'
20+
mkdocs-material-extensions==1.0.1; python_version >= '3.5'
21+
mkdocs-material==7.1.8
22+
mkdocs==1.2.1
23+
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
24+
prompt-toolkit==3.0.18
25+
pygments==2.9.0
26+
pymdown-extensions==8.2; python_version >= '3.6'
27+
pyparsing==3.0.0b2; python_version >= '3.5'
28+
python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
29+
python-markdown-math==0.8
30+
pyyaml-env-tag==0.1; python_version >= '3.6'
31+
pyyaml==5.4.1
32+
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
33+
watchdog==2.1.2; python_version >= '3.6'
34+
wcwidth==0.2.5
35+
zipp==3.4.1; python_version >= '3.6'

Diff for: requirements.txt

+22-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1+
#
2+
# These requirements were autogenerated by pipenv
3+
# To regenerate from the project's Pipfile, run:
4+
#
5+
# pipenv lock --requirements
6+
#
7+
18
-i https://pypi.org/simple/
2-
click==8.0.1
9+
click==8.0.1; python_version >= '3.6'
310
ghp-import==2.0.1
4-
importlib-metadata==4.5.0
11+
importlib-metadata==4.5.0; python_version >= '3.6'
512
jinja2==3.0.1
6-
markdown==3.3.4
7-
markupsafe==2.0.1
8-
mergedeep==1.3.4
9-
mkdocs-material-extensions==1.0.1
10-
mkdocs-material==7.1.7
13+
markdown==3.3.4; python_version >= '3.6'
14+
markupsafe==2.0.1; python_version >= '3.6'
15+
mergedeep==1.3.4; python_version >= '3.6'
16+
mkdocs-material-extensions==1.0.1; python_version >= '3.5'
17+
mkdocs-material==7.1.8
1118
mkdocs==1.2.1
12-
packaging==20.9
19+
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1320
prompt-toolkit==3.0.18
1421
pygments==2.9.0
15-
pymdown-extensions==8.2
16-
pyparsing==3.0.0b2
17-
python-dateutil==2.8.1
22+
pymdown-extensions==8.2; python_version >= '3.6'
23+
pyparsing==3.0.0b2; python_version >= '3.5'
24+
python-dateutil==2.8.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1825
python-markdown-math==0.8
19-
pyyaml-env-tag==0.1
26+
pyyaml-env-tag==0.1; python_version >= '3.6'
2027
pyyaml==5.4.1
21-
six==1.16.0
22-
watchdog==2.1.2
28+
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
29+
watchdog==2.1.2; python_version >= '3.6'
2330
wcwidth==0.2.5
24-
zipp==3.4.1
31+
zipp==3.4.1; python_version >= '3.6'

0 commit comments

Comments
 (0)