Skip to content

Commit 23c54d8

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [uv](https://github.com/astral-sh/uv). Updates `mypy` from 1.16.1 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.1...v1.17.1) Updates `uv` from 0.7.17 to 0.8.4 - [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.7.17...0.8.4) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: uv dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49ebc13 commit 23c54d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ dev-mkdocs = [
7272
"frequenz-repo-config[lib] == 0.13.5",
7373
]
7474
dev-mypy = [
75-
"mypy == 1.16.1",
75+
"mypy == 1.17.1",
7676
# This dependency introduces breaking changes in patch releases
7777
"grpc-stubs == 1.53.0.6",
7878
"types-Markdown == 3.8.0.20250415",
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.7.17",
83+
"uv == 0.8.4",
8484
"nox == 2025.5.1",
8585
"frequenz-repo-config[lib] == 0.13.5",
8686
]

0 commit comments

Comments
 (0)