Skip to content

Commit

Permalink
deps: bump mkdocs-material from 7.1.8 to 7.1.9 (#224)
Browse files Browse the repository at this point in the history
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.8 to 7.1.9.
- [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.8...7.1.9)

---
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>
  • Loading branch information
dependabot[bot] authored Jun 28, 2021
1 parent e62edee commit 34a9e61
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ verify_ssl = true

[packages]
mkdocs = "==1.2.1"
mkdocs-material = "==7.1.8"
mkdocs-material = "==7.1.9"
python-markdown-math = "==0.8"
Pygments = "==2.9.0"
prompt_toolkit = "==3.0.19"
Expand Down
54 changes: 29 additions & 25 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
-i https://pypi.org/simple/
click==8.0.1; python_version >= '3.6'
ghp-import==2.0.1
importlib-metadata==4.5.0; python_version >= '3.6'
importlib-metadata==4.6.0; python_version >= '3.6'
jinja2==3.0.1
markdown==3.3.4; python_version >= '3.6'
markupsafe==2.0.1; python_version >= '3.6'
mergedeep==1.3.4; python_version >= '3.6'
mkdocs-material-extensions==1.0.1; python_version >= '3.5'
mkdocs-material==7.1.8
mkdocs-material==7.1.9
mkdocs==1.2.1
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
prompt-toolkit==3.0.19
Expand All @@ -26,6 +26,6 @@ python-markdown-math==0.8
pyyaml-env-tag==0.1; python_version >= '3.6'
pyyaml==5.4.1
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
watchdog==2.1.2; python_version >= '3.6'
watchdog==2.1.3; python_version >= '3.6'
wcwidth==0.2.5
zipp==3.4.1; python_version >= '3.6'

0 comments on commit 34a9e61

Please sign in to comment.