Skip to content

Commit a3b4f12

Browse files
Bump the patch group across 1 directory with 5 updates
Bumps the patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.10` | `3.10.1` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.7.0` | `9.7.1` | | [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) | `1.0.0` | `1.0.2` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [uv](https://github.com/astral-sh/uv) | `0.9.17` | `0.9.28` | Updates `markdown` from 3.10 to 3.10.1 - [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.1) Updates `mkdocs-material` from 9.7.0 to 9.7.1 - [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.1) Updates `mkdocstrings[python]` from 1.0.0 to 1.0.2 - [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.2) 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 `uv` from 0.9.17 to 0.9.28 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.9.17...0.9.28) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 1.0.2 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: uv dependency-version: 0.9.28 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 a3b4f12

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,26 @@ 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.1",
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.1",
69+
"mkdocstrings[python] == 1.0.2",
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",
7777
"types-Markdown == 3.10.0.20251106",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.9.17",
82+
"uv == 0.9.28",
8383
"nox == 2025.11.12",
8484
"frequenz-repo-config[lib] == 0.13.8",
8585
]

0 commit comments

Comments
 (0)