Skip to content

Commit 06f30c0

Browse files
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](mkdocstrings/python@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](Python-Markdown/markdown@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](python/mypy@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] <[email protected]>
1 parent 1a15f59 commit 06f30c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ dev-flake8 = [
7777
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7878
dev-mkdocs = [
7979
"black == 25.1.0",
80-
"Markdown == 3.8",
80+
"Markdown == 3.8.2",
8181
"mike == 2.1.3",
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.2",
8484
"mkdocs-macros-plugin == 1.3.7",
8585
"mkdocs-material == 9.6.14",
8686
"mkdocstrings[python] == 0.29.1",
87-
"mkdocstrings-python == 1.16.11",
87+
"mkdocstrings-python == 1.16.12",
8888
]
8989
dev-mypy = [
90-
"mypy == 1.16.0",
90+
"mypy == 1.16.1",
9191
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
9292
"types-Markdown == 3.8.0.20250415",
9393
"types-PyYAML == 6.0.12.20250516",

0 commit comments

Comments
 (0)