Skip to content

Commit 2d8a7d9

Browse files
Bump the patch group across 1 directory with 6 updates
Bumps the patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.0` | `9.7.3` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `1.0.0` | `1.0.3` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.10.0.20251106` | `3.10.2.20260211` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.5` | 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 `mkdocs-material` from 9.7.0 to 9.7.3 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.0...9.7.3) 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 `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) Updates `types-markdown` from 3.10.0.20251106 to 3.10.2.20260211 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `pylint` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.3 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: mypy dependency-version: 1.19.1 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 - dependency-name: pylint dependency-version: 4.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd527c5 commit 2d8a7d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,21 @@ dev-flake8 = [
6060
dev-formatting = ["black == 25.12.0", "isort == 7.0.0"]
6161
dev-mkdocs = [
6262
"black == 25.12.0",
63-
"Markdown==3.10",
63+
"Markdown==3.10.2",
6464
"mike == 2.1.3",
6565
"mkdocs-gen-files == 0.6.0",
6666
"mkdocs-literate-nav == 0.6.2",
6767
"mkdocs-macros-plugin == 1.5.0",
68-
"mkdocs-material == 9.7.0",
69-
"mkdocstrings[python] == 1.0.0",
68+
"mkdocs-material == 9.7.3",
69+
"mkdocstrings[python] == 1.0.3",
7070
"mkdocstrings-python == 1.18.2",
7171
"frequenz-repo-config[lib] == 0.13.8",
7272
]
7373
dev-mypy = [
74-
"mypy == 1.19.0",
74+
"mypy == 1.19.1",
7575
# This dependency introduces breaking changes in patch releases
7676
"grpc-stubs == 1.53.0.6",
77-
"types-Markdown == 3.10.0.20251106",
77+
"types-Markdown == 3.10.2.20260211",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
@@ -84,7 +84,7 @@ dev-noxfile = [
8484
"frequenz-repo-config[lib] == 0.13.8",
8585
]
8686
dev-pylint = [
87-
"pylint == 4.0.4",
87+
"pylint == 4.0.5",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]

0 commit comments

Comments
 (0)