Skip to content

Commit acf989d

Browse files
Bump the patch group across 1 directory with 4 updates
Bumps the patch group with 4 updates in the / directory: [mkdocstrings-python](https://github.com/mkdocstrings/python), [markdown](https://github.com/Python-Markdown/markdown), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) and [types-markdown](https://github.com/typeshed-internal/stub_uploader). Updates `mkdocstrings-python` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.1...2.0.2) Updates `markdown` from 3.10 to 3.10.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.10.0...3.10.2) Updates `mkdocstrings[python]` from 1.0.0 to 1.0.3 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.0...1.0.3) Updates `types-markdown` from 3.10.0.20251106 to 3.10.2.20260211 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 1.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: types-markdown dependency-version: 3.10.2.20260211 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ec0275 commit acf989d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,19 +78,19 @@ dev-flake8 = [
7878
dev-formatting = ["black == 25.12.0", "isort == 7.0.0"]
7979
dev-mkdocs = [
8080
"black == 25.12.0",
81-
"Markdown == 3.10",
81+
"Markdown == 3.10.2",
8282
"mike == 2.1.3",
8383
"mkdocs-gen-files == 0.6.0",
8484
"mkdocs-literate-nav == 0.6.2",
8585
"mkdocs-macros-plugin == 1.5.0",
8686
"mkdocs-material == 9.7.1",
87-
"mkdocstrings[python] == 1.0.0",
88-
"mkdocstrings-python == 2.0.1",
87+
"mkdocstrings[python] == 1.0.3",
88+
"mkdocstrings-python == 2.0.2",
8989
]
9090
dev-mypy = [
9191
"mypy == 1.19.1",
9292
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
93-
"types-Markdown == 3.10.0.20251106",
93+
"types-Markdown == 3.10.2.20260211",
9494
"types-PyYAML == 6.0.12.20250915",
9595
"types-babel == 2.11.0.15",
9696
"types-colorama == 0.4.15.20250801",

0 commit comments

Comments
 (0)