From 06f30c0d556bb791a8aacfe283922731994f5366 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:35:10 +0000 Subject: [PATCH] Bump the patch group with 3 updates Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [markdown](https://github.com/Python-Markdown/markdown) and [mypy](https://github.com/python/mypy). Updates `mkdocstrings-python` from 1.16.11 to 1.16.12 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.11...1.16.12) Updates `markdown` from 3.8 to 3.8.2 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.8...3.8.2) Updates `mypy` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.16.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: markdown dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 09403de5..2893629d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,17 +77,17 @@ dev-flake8 = [ dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "black == 25.1.0", - "Markdown == 3.8", + "Markdown == 3.8.2", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", "mkdocs-material == 9.6.14", "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.11", + "mkdocstrings-python == 1.16.12", ] dev-mypy = [ - "mypy == 1.16.0", + "mypy == 1.16.1", "types-setuptools >= 67.6.0, < 81", # Should match the api dependency "types-Markdown == 3.8.0.20250415", "types-PyYAML == 6.0.12.20250516",