Skip to content

Commit 346f782

Browse files
build(deps-dev): bump the minor group with 2 updates
Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) and [nox](https://github.com/wntrblm/nox). Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.1.0...v2.3.0) Updates `nox` from 2026.4.10 to 2026.7.11 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2026.04.10...2026.07.11) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2026.7.11 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc5c7a9 commit 346f782

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ dev-mkdocs = [
7575
"frequenz-repo-config[lib] == 0.18.0",
7676
]
7777
dev-mypy = [
78-
"mypy == 2.1.0",
78+
"mypy == 2.3.0",
7979
"grpc-stubs == 1.53.0.6",
8080
"types-Markdown == 3.10.2.20260518",
8181
"types-protobuf == 7.34.1.20260518",
8282
# For checking the noxfile, docs/ script, and tests
8383
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8484
]
85-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
85+
dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
8686
dev-pylint = [
8787
"pylint == 4.0.6",
8888
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)