From d2023580ad66c907f26b25ea3141e0c050a8d77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 07:26:05 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.1.2 to 9.1.3 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.2 to 9.1.3. - [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.1.2...9.1.3) --- 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 6e22b25424e..37e08f31c01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1584,14 +1584,14 @@ mkdocs = ">=0.17" [[package]] name = "mkdocs-material" -version = "9.1.2" +version = "9.1.3" description = "Documentation that simply works" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.1.2-py3-none-any.whl", hash = "sha256:344a1c66f0e217e5ceaf67739d274e51c61ac9f9d7af55a5b4805a4a2ab54184"}, - {file = "mkdocs_material-9.1.2.tar.gz", hash = "sha256:9ca8c980c30aab3b70e3bfbec691f9ffcbea8319873911c86e8af145147e2a9d"}, + {file = "mkdocs_material-9.1.3-py3-none-any.whl", hash = "sha256:a8d14d03569008afb0f5a5785c253249b5ff038e3a5509f96a393b8596bf5062"}, + {file = "mkdocs_material-9.1.3.tar.gz", hash = "sha256:0be1b5d76c00efc9b2ecbd2d71014be950351e710f5947f276264878afc82ca0"}, ] [package.dependencies] @@ -3020,4 +3020,4 @@ validation = ["fastjsonschema"] [metadata] lock-version = "2.0" python-versions = "^3.7.4" -content-hash = "938f9148925bfa8f93d0f22b836da5cde8d04d43bcab011915dc1da0cade065a" +content-hash = "59e6d124cc442180454598a64ef8c606db468e11187905fc104cd8a1ae3657ad" diff --git a/pyproject.toml b/pyproject.toml index 21d7a88bbc4..e438c1f364c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,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.1.2" +mkdocs-material = "^9.1.3" filelock = "^3.9.1" checksumdir = "^1.2.0" mypy-boto3-appconfigdata = "^1.26.70"