build(deps-dev): bump mkdocs from 1.5.0 to 1.5.1 (#1154)

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.0...1.5.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]
2023-07-28 04:14:16 +02:00
committed by GitHub
parent 4a16af0b6d
commit f673bc212b
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1302,13 +1302,13 @@ files = [
[[package]] [[package]]
name = "mkdocs" name = "mkdocs"
version = "1.5.0" version = "1.5.1"
description = "Project documentation with Markdown." description = "Project documentation with Markdown."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "mkdocs-1.5.0-py3-none-any.whl", hash = "sha256:91a75e3a5a75e006b2149814d5c56af170039ceda0732f51e7af1a463599c00d"}, {file = "mkdocs-1.5.1-py3-none-any.whl", hash = "sha256:67e889f8d8ba1fe5decdfc59f5f8f21d6a8925a129339e93dede303bdea03a98"},
{file = "mkdocs-1.5.0.tar.gz", hash = "sha256:ff54eac0b74bf39a2e91f179e2ac16ef36f0294b9ab161c22f564382b30a31ae"}, {file = "mkdocs-1.5.1.tar.gz", hash = "sha256:f2f323c62fffdf1b71b84849e39aef56d6852b3f0a5571552bca32cefc650209"},
] ]
[package.dependencies] [package.dependencies]
@ -2735,4 +2735,4 @@ sqlite = ["aiosqlite"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "624b0c6c102fb5bbc90806b2a7fa504053f60d8152f2f543a0fff29a279604c8" content-hash = "6167db3466f62ff3c7f1555e2d12aac9a2860da9d0b36934ab10e334dc303b59"

View File

@ -102,7 +102,7 @@ types-requests = "^2.31.0"
types-toml = "^0.10.8" types-toml = "^0.10.8"
# Documantation # Documantation
mkdocs = "^1.5.0" mkdocs = "^1.5.1"
mkdocs-material = ">=8.1.2,<9.2" mkdocs-material = ">=8.1.2,<9.2"
mkdocs-material-extensions = "^1.1" mkdocs-material-extensions = "^1.1"
mkdocstrings = {version = "==0.22.0", extras = ["python"]} mkdocstrings = {version = "==0.22.0", extras = ["python"]}