Bump mkdocs from 1.3.0 to 1.3.1 (#754)

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.3.0...1.3.1)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-07-22 08:35:04 +00:00
committed by GitHub
parent 9c60a17703
commit b9efefe104
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -638,7 +638,7 @@ python-versions = ">=3.6"
[[package]] [[package]]
name = "mkdocs" name = "mkdocs"
version = "1.3.0" version = "1.3.1"
description = "Project documentation with Markdown." description = "Project documentation with Markdown."
category = "dev" category = "dev"
optional = false optional = false
@ -649,7 +649,7 @@ click = ">=3.3"
ghp-import = ">=1.0" ghp-import = ">=1.0"
importlib-metadata = ">=4.3" importlib-metadata = ">=4.3"
Jinja2 = ">=2.10.2" Jinja2 = ">=2.10.2"
Markdown = ">=3.2.1" Markdown = ">=3.2.1,<3.4"
mergedeep = ">=1.3.4" mergedeep = ">=1.3.4"
packaging = ">=20.5" packaging = ">=20.5"
PyYAML = ">=3.10" PyYAML = ">=3.10"
@ -1390,7 +1390,7 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "f0f096cf5f2a16c8a999e1dbe0f03ddae0766cff0c2dc65774d84bed3f702b23" content-hash = "f9f552d96d729a749ced36ec8d34d39e118dfddfbc72aa299b3b18af5af3c129"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -1858,8 +1858,8 @@ mergedeep = [
{file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"}, {file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"},
] ]
mkdocs = [ mkdocs = [
{file = "mkdocs-1.3.0-py3-none-any.whl", hash = "sha256:26bd2b03d739ac57a3e6eed0b7bcc86168703b719c27b99ad6ca91dc439aacde"}, {file = "mkdocs-1.3.1-py3-none-any.whl", hash = "sha256:fda92466393127d2da830bc6edc3a625a14b436316d1caf347690648e774c4f0"},
{file = "mkdocs-1.3.0.tar.gz", hash = "sha256:b504405b04da38795fec9b2e5e28f6aa3a73bb0960cb6d5d27ead28952bd35ea"}, {file = "mkdocs-1.3.1.tar.gz", hash = "sha256:a41a2ff25ce3bbacc953f9844ba07d106233cd76c88bac1f59cb1564ac0d87ed"},
] ]
mkdocs-autorefs = [ mkdocs-autorefs = [
{file = "mkdocs-autorefs-0.4.1.tar.gz", hash = "sha256:70748a7bd025f9ecd6d6feeba8ba63f8e891a1af55f48e366d6d6e78493aba84"}, {file = "mkdocs-autorefs-0.4.1.tar.gz", hash = "sha256:70748a7bd025f9ecd6d6feeba8ba63f8e891a1af55f48e366d6d6e78493aba84"},

View File

@ -101,7 +101,7 @@ types-requests = "^2.28.2"
types-toml = "^0.10.8" types-toml = "^0.10.8"
# Documantation # Documantation
mkdocs = "^1.2.3" mkdocs = "^1.3.1"
mkdocs-material = ">=8.1.2,<8.4" mkdocs-material = ">=8.1.2,<8.4"
mkdocs-material-extensions = "^1.0.3" mkdocs-material-extensions = "^1.0.3"
mkdocstrings = {version = "==0.19.0", extras = ["python"]} mkdocstrings = {version = "==0.19.0", extras = ["python"]}