From 03c5bb6fce6dae292458034c0e892110af9bcca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 20:19:52 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.0.9 to 9.0.10 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.9 to 9.0.10. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.0.9...9.0.10) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9be97c5f9d3..f0f8a3fffb5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1463,14 +1463,14 @@ mkdocs = ">=0.17" [[package]] name = "mkdocs-material" -version = "9.0.9" +version = "9.0.10" description = "Documentation that simply works" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.0.9-py3-none-any.whl", hash = "sha256:29ebb2aa81e8cfb39e497bdafcacf4cc4aaa20ae31ce334f520c317c5bead1ba"}, - {file = "mkdocs_material-9.0.9.tar.gz", hash = "sha256:c8fa9b1f0fded744a42317e594e5c21f4e3b56f1a0497e7d16951b3bd47784bf"}, + {file = "mkdocs_material-9.0.10-py3-none-any.whl", hash = "sha256:0848611d6dff21d5b4cacaf490606d075cd03b49f3c49809c8aa2e45b1f5216c"}, + {file = "mkdocs_material-9.0.10.tar.gz", hash = "sha256:d0f9734ec58b1d0e3e67c1b1941c60a40067b5e708430b0effa3bc3c323b4dd1"}, ] [package.dependencies] @@ -2846,4 +2846,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "479516d731d3512866f35e0c86750b9a3dbb0d681d5bd4e7a49d3bd48a252e26" +content-hash = "e0e8b35f08d15b5956dddc68a5ddbcea4d68b8694f705d2720acd60fe99f7aca" diff --git a/pyproject.toml b/pyproject.toml index 695d0abe3fd..c33f2562b57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ mypy-boto3-s3 = "^1.26.62" mypy-boto3-xray = "^1.26.11" types-requests = "^2.28.11" typing-extensions = "^4.4.0" -mkdocs-material = "^9.0.8" +mkdocs-material = "^9.0.10" filelock = "^3.9.0" checksumdir = "^1.2.0" mypy-boto3-appconfigdata = "^1.26.0"