From 8ee383387fb07c7ca4728ef974c54b88d41b6aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 02:44:00 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs from 1.5.1 to 1.5.2 (#1159) Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.5.1...1.5.2) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1eedb9b..4a3a543 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1302,13 +1302,13 @@ files = [ [[package]] name = "mkdocs" -version = "1.5.1" +version = "1.5.2" description = "Project documentation with Markdown." optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs-1.5.1-py3-none-any.whl", hash = "sha256:67e889f8d8ba1fe5decdfc59f5f8f21d6a8925a129339e93dede303bdea03a98"}, - {file = "mkdocs-1.5.1.tar.gz", hash = "sha256:f2f323c62fffdf1b71b84849e39aef56d6852b3f0a5571552bca32cefc650209"}, + {file = "mkdocs-1.5.2-py3-none-any.whl", hash = "sha256:60a62538519c2e96fe8426654a67ee177350451616118a41596ae7c876bb7eac"}, + {file = "mkdocs-1.5.2.tar.gz", hash = "sha256:70d0da09c26cff288852471be03c23f0f521fc15cf16ac89c7a3bfb9ae8d24f9"}, ] [package.dependencies] @@ -2735,4 +2735,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "3bda96a1ccdaaa0ad68fcecdb9aaf0b7f542955c2cd92ef6ec86dd4bef3e2868" +content-hash = "607fd017fb36966aef7dca8325a0c4b5bbfe4da87fa2b6dbd4f92b886d20a882" diff --git a/pyproject.toml b/pyproject.toml index 18c73c2..b40a4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ types-requests = "^2.31.0" types-toml = "^0.10.8" # Documantation -mkdocs = "^1.5.1" +mkdocs = "^1.5.2" mkdocs-material = ">=8.1.2,<9.2" mkdocs-material-extensions = "^1.1" mkdocstrings = {version = "==0.22.0", extras = ["python"]}