Skip to content

Commit 1d3fbdd

Browse files
Build(deps-dev): Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings), [mypy](https://github.com/python/mypy), [uv](https://github.com/astral-sh/uv) and [pytest](https://github.com/pytest-dev/pytest). Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.3...1.0.4) Updates `mypy` from 1.20.0 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.2) Updates `uv` from 0.11.2 to 0.11.8 - [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.11.2...0.11.8) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.0.3) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.11.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c8692c commit 1d3fbdd

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
@@ -67,20 +67,20 @@ dev-mkdocs = [
6767
"mkdocs-literate-nav == 0.6.3",
6868
"mkdocs-macros-plugin == 1.5.0",
6969
"mkdocs-material == 9.7.6",
70-
"mkdocstrings[python] == 1.0.3",
70+
"mkdocstrings[python] == 1.0.4",
7171
"mkdocstrings-python == 2.0.3",
7272
"frequenz-repo-config[lib] == 0.17.0",
7373
]
7474
dev-mypy = [
75-
"mypy == 1.20.0",
75+
"mypy == 1.20.2",
7676
# This dependency introduces breaking changes in patch releases
7777
"grpc-stubs == 1.53.0.6",
7878
"types-Markdown == 3.10.2.20260211",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"uv == 0.11.2",
83+
"uv == 0.11.8",
8484
"nox == 2026.2.9",
8585
"frequenz-repo-config[lib] == 0.17.0",
8686
]
@@ -90,7 +90,7 @@ dev-pylint = [
9090
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
9292
dev-pytest = [
93-
"pytest == 9.0.2",
93+
"pytest == 9.0.3",
9494
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
9595
"pytest-mock == 3.15.1",
9696
"pytest-asyncio == 1.3.0",

0 commit comments

Comments
 (0)