From e5f44a1165875a9a6444be67b97e68f95641fc84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 06:43:01 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-material from 9.5.29 to 9.5.30 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.29 to 9.5.30. - [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.29...9.5.30) --- 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 07bdb93e9b..e10d6b3e35 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1016,13 +1016,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.29" +version = "9.5.30" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.29-py3-none-any.whl", hash = "sha256:afc1f508e2662ded95f0a35a329e8a5acd73ee88ca07ba73836eb6fcdae5d8b4"}, - {file = "mkdocs_material-9.5.29.tar.gz", hash = "sha256:3e977598ec15a4ddad5c4dfc9e08edab6023edb51e88f0729bd27be77e3d322a"}, + {file = "mkdocs_material-9.5.30-py3-none-any.whl", hash = "sha256:fc070689c5250a180e9b9d79d8491ef9a3a7acb240db0728728d6c31eeb131d4"}, + {file = "mkdocs_material-9.5.30.tar.gz", hash = "sha256:3fd417dd42d679e3ba08b9e2d72cd8b8af142cc4a3969676ad6b00993dd182ec"}, ] [package.dependencies] @@ -1976,4 +1976,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4a86d7209841338dbfd68519127c0a1e752d569ad884b75578ec41755a3e5a1a" +content-hash = "0a7a7034f2e6a2c2b44fbf9e8ab0eb1fa8ef3d08ccc3c1f71a5fdf8c131f38a1" diff --git a/pyproject.toml b/pyproject.toml index 11067b4e6e..9be2f6e17f 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.29" +mkdocs-material = "9.5.30" mkdocstrings = ">=0.24,<0.26" pillow = ">=10.2.0,<11.0" cairosvg = "^2.7.1"