Skip to content

Commit cce6fd2

Browse files
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 1.19.1 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.1) Updates `nox` from 2026.2.9 to 2026.4.10 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2026.02.09...2026.04.10) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: nox dependency-version: 2026.4.10 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74a2606 commit cce6fd2

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
@@ -65,12 +65,12 @@ dev-mkdocs = [
6565
"frequenz-repo-config[lib] == 0.14.0",
6666
]
6767
dev-mypy = [
68-
"mypy == 1.19.1",
68+
"mypy == 1.20.1",
6969
"types-Markdown == 3.10.2.20260408",
7070
# For checking the noxfile, docs/ script, and tests
7171
"flake8-numbers[dev-mkdocs,dev-noxfile,dev-pytest]",
7272
]
73-
dev-noxfile = ["nox == 2026.2.9", "frequenz-repo-config[lib] == 0.14.0"]
73+
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.14.0"]
7474
dev-pylint = [
7575
"pylint == 4.0.5",
7676
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)