Skip to content

Commit e7d67f8

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 c121821 commit e7d67f8

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
@@ -73,14 +73,14 @@ dev-mkdocs = [
7373
"frequenz-repo-config[lib] == 0.18.0",
7474
]
7575
dev-mypy = [
76-
"mypy == 2.1.0",
76+
"mypy == 2.3.0",
7777
"types-networkx>=3.6.1.20251220",
7878
"types-Markdown == 3.10.2.20260518",
7979
# For checking the noxfile, docs/ script, and tests
8080
"frequenz-gridpool[dev-mkdocs,dev-noxfile,dev-pytest]",
8181
]
8282
dev-noxfile = [
83-
"nox == 2026.4.10",
83+
"nox == 2026.7.11",
8484
"frequenz-repo-config[lib] == 0.18.0",
8585
]
8686
dev-pylint = [

0 commit comments

Comments
 (0)