build(deps-dev): bump mkdocs from 1.5.2 to 1.5.3 (#1198)

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

---
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-09-19 02:16:18 +00:00
committed by GitHub
parent 85abc9d70f
commit e83b4f1d10
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1330,13 +1330,13 @@ files = [
[[package]] [[package]]
name = "mkdocs" name = "mkdocs"
version = "1.5.2" version = "1.5.3"
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.2-py3-none-any.whl", hash = "sha256:60a62538519c2e96fe8426654a67ee177350451616118a41596ae7c876bb7eac"}, {file = "mkdocs-1.5.3-py3-none-any.whl", hash = "sha256:3b3a78e736b31158d64dbb2f8ba29bd46a379d0c6e324c2246c3bc3d2189cfc1"},
{file = "mkdocs-1.5.2.tar.gz", hash = "sha256:70d0da09c26cff288852471be03c23f0f521fc15cf16ac89c7a3bfb9ae8d24f9"}, {file = "mkdocs-1.5.3.tar.gz", hash = "sha256:eb7c99214dcb945313ba30426c2451b735992c73c2e10838f76d09e39ff4d0e2"},
] ]
[package.dependencies] [package.dependencies]
@ -2801,4 +2801,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 = "d5e5d971f81bdff2adda20a650b7e6597d098df45784acea53b796f3132dff46" content-hash = "c3218332cb99ccc5b18cf885ee7237c7b6e31e3a3f8a5974a54b0bf20fe9c6a2"

View File

@ -102,7 +102,7 @@ types-requests = "^2.31.0"
types-toml = "^0.10.8" types-toml = "^0.10.8"
# Documentation # Documentation
mkdocs = "^1.5.2" mkdocs = "^1.5.3"
mkdocs-material = ">=8.1.2,<9.3" mkdocs-material = ">=8.1.2,<9.3"
mkdocs-material-extensions = "^1.1" mkdocs-material-extensions = "^1.1"
mkdocstrings = {version = "==0.22.0", extras = ["python"]} mkdocstrings = {version = "==0.22.0", extras = ["python"]}