From e4889c836e1ee5df2e6a0e3399b311e5bca1b903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:11:47 +0000 Subject: [PATCH] build(deps-dev): bump mkdocs-material from 9.5.48 to 9.5.49 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.48 to 9.5.49. - [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.48...9.5.49) --- 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 9176a679cb..7f92406aea 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1061,13 +1061,13 @@ pyyaml = ">=5.1" [[package]] name = "mkdocs-material" -version = "9.5.48" +version = "9.5.49" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.48-py3-none-any.whl", hash = "sha256:b695c998f4b939ce748adbc0d3bff73fa886a670ece948cf27818fa115dc16f8"}, - {file = "mkdocs_material-9.5.48.tar.gz", hash = "sha256:a582531e8b34f4c7ed38c29d5c44763053832cf2a32f7409567e0c74749a47db"}, + {file = "mkdocs_material-9.5.49-py3-none-any.whl", hash = "sha256:c3c2d8176b18198435d3a3e119011922f3e11424074645c24019c2dcf08a360e"}, + {file = "mkdocs_material-9.5.49.tar.gz", hash = "sha256:3671bb282b4f53a1c72e08adbe04d2481a98f85fed392530051f80ff94a9621d"}, ] [package.dependencies] @@ -2010,4 +2010,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cef869f897f00df82a3fcdddf0afdae920b1909cf21cbaca43f30029f034f2f6" +content-hash = "9045d039389ea74eb372fcf8159e92d4bd3daeb9cb355204074b78b51fb07e67" diff --git a/pyproject.toml b/pyproject.toml index 327322e334..9299b7d120 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.48" +mkdocs-material = "9.5.49" mkdocstrings = ">=0.24,<0.28" pillow = ">=10.2.0,<12.0" cairosvg = "^2.7.1"