From 35f8fafed4d6ca9ab23d358822aafec1ba36f20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:14:31 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings from 0.26.1 to 0.26.2 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.26.1 to 0.26.2. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.26.1...0.26.2) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4424d5..55e1d1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -798,13 +798,13 @@ mkdocs = ">=1.2" [[package]] name = "mkdocstrings" -version = "0.26.1" +version = "0.26.2" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "mkdocstrings-0.26.1-py3-none-any.whl", hash = "sha256:29738bfb72b4608e8e55cc50fb8a54f325dc7ebd2014e4e3881a49892d5983cf"}, - {file = "mkdocstrings-0.26.1.tar.gz", hash = "sha256:bb8b8854d6713d5348ad05b069a09f3b79edbc6a0f33a34c6821141adb03fe33"}, + {file = "mkdocstrings-0.26.2-py3-none-any.whl", hash = "sha256:1248f3228464f3b8d1a15bd91249ce1701fe3104ac517a5f167a0e01ca850ba5"}, + {file = "mkdocstrings-0.26.2.tar.gz", hash = "sha256:34a8b50f1e6cfd29546c6c09fbe02154adfb0b361bb758834bf56aa284ba876e"}, ] [package.dependencies] @@ -1667,4 +1667,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "caffef0d95f3eef05e8ae92d6d75e8061c8d0e8b222db71d5859a5eed883311a" +content-hash = "37aacb13cfab5e5fa84653683c632f95ddb235b65b3c2c0d996fe35293a07853" diff --git a/pyproject.toml b/pyproject.toml index d3ac181..6cb8259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ requests-mock = "^1.12.1" pytest-freezegun = "^0.4.2" mkdocs = "^1.6.1" mkdocs-autorefs = "^1.1.0" -mkdocstrings = {extras = ["python"], version = "^0.26.1"} +mkdocstrings = {extras = ["python"], version = "^0.26.2"} mkdocs-material = "^9.5.40" mkdocs-gen-files = "^0.5.0" mkdocs-literate-nav = "^0.6.1"