From fcb56d9e9e9f42270cf5be352a35647bfcfd821f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:50:49 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-material from 9.5.28 to 9.5.29 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.28 to 9.5.29. - [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.5.28...9.5.29) --- 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 fb4e0e1f78..3f15653c7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1022,13 +1022,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.28" +version = "9.5.29" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.28-py3-none-any.whl", hash = "sha256:ff48b11b2a9f705dd210409ec3b418ab443dd36d96915bcba45a41f10ea27bfd"}, - {file = "mkdocs_material-9.5.28.tar.gz", hash = "sha256:9cba305283ad1600e3d0a67abe72d7a058b54793b47be39930911a588fe0336b"}, + {file = "mkdocs_material-9.5.29-py3-none-any.whl", hash = "sha256:afc1f508e2662ded95f0a35a329e8a5acd73ee88ca07ba73836eb6fcdae5d8b4"}, + {file = "mkdocs_material-9.5.29.tar.gz", hash = "sha256:3e977598ec15a4ddad5c4dfc9e08edab6023edb51e88f0729bd27be77e3d322a"}, ] [package.dependencies] @@ -1982,4 +1982,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b17c4d2aaff8a523883ad3177c4e6ff5328307b25e9c25bdc8f81a7e16f5debf" +content-hash = "6379eb39672a823d34a49ef02c6bddb185a79d0248bc0578e2a4233b94f1bb81" diff --git a/pyproject.toml b/pyproject.toml index ce267bae6f..35d85c8a6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ atheris = { version = "^2.3.0", python = "<3.12" } optional = true [tool.poetry.group.docs.dependencies] -mkdocs-material = "9.5.28" +mkdocs-material = "9.5.29" mkdocstrings = ">=0.24,<0.26" pillow = ">=10.2.0,<11.0" cairosvg = "^2.7.1"