Merge pull request #378 from collerek/dependabot/pip/mkdocs-1.2.3

This commit is contained in:
dependabot[bot]
2021-10-13 10:46:02 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -696,7 +696,7 @@ python-versions = ">=3.6"
[[package]]
name = "mkdocs"
version = "1.2.2"
version = "1.2.3"
description = "Project documentation with Markdown."
category = "dev"
optional = false
@ -1434,7 +1434,7 @@ sqlite = []
[metadata]
lock-version = "1.1"
python-versions = "^3.6.2"
content-hash = "e136d57c2de8c112263ff4265a350b0451c7027bf124159a2ab9d901891f1769"
content-hash = "b91a03b4747e33b324f8856d2b5efddf0ceaad773473409b0acff2668013bc4b"
[metadata.files]
aiocontextvars = [
@ -1881,8 +1881,8 @@ mergedeep = [
{file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"},
]
mkdocs = [
{file = "mkdocs-1.2.2-py3-none-any.whl", hash = "sha256:d019ff8e17ec746afeb54eb9eb4112b5e959597aebc971da46a5c9486137f0ff"},
{file = "mkdocs-1.2.2.tar.gz", hash = "sha256:a334f5bd98ec960638511366eb8c5abc9c99b9083a0ed2401d8791b112d6b078"},
{file = "mkdocs-1.2.3-py3-none-any.whl", hash = "sha256:a1fa8c2d0c1305d7fc2b9d9f607c71778572a8b110fb26642aa00296c9e6d072"},
{file = "mkdocs-1.2.3.tar.gz", hash = "sha256:89f5a094764381cda656af4298727c9f53dc3e602983087e1fe96ea1df24f4c1"},
]
mkdocs-material = [
{file = "mkdocs-material-7.3.3.tar.gz", hash = "sha256:3444b681f47e62c0ec7166bfb6f12360a26c751224cd6d3b3816f7310827073f"},

View File

@ -106,7 +106,7 @@ types-toml = "^0.10.1"
types-dataclasses = { version = "^0.6.0", markers = "python_version < '3.7'" }
# Documantation
mkdocs = "^1.2.2"
mkdocs = "^1.2.3"
mkdocs-material = "^7.3.3"
mkdocs-material-extensions = "^1.0.3"
pydoc-markdown = { version = "^4.3.2", markers = "python_version > '3.7'" }