Skip to content

Commit 213c125

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [mypy](https://github.com/python/mypy), [nox](https://github.com/wntrblm/nox) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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) Updates `hypothesis` from 6.155.7 to 6.163.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.155.7...v6.163.0) --- 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 - dependency-name: hypothesis dependency-version: 6.163.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 284d536 commit 213c125

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ dev-mkdocs = [
6767
"frequenz-repo-config[lib] == 0.18.0",
6868
]
6969
dev-mypy = [
70-
"mypy == 2.1.0",
70+
"mypy == 2.3.0",
7171
"types-Markdown == 3.10.2.20260518",
7272
# For checking the noxfile, docs/ script, and tests
7373
"frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
75-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
75+
dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
7676
dev-pylint = [
7777
# dev-pytest already defines a dependency to pylint because of the examples
7878
# For checking the noxfile, docs/ script, and tests
@@ -85,7 +85,7 @@ dev-pytest = [
8585
"pytest-mock == 3.15.1",
8686
"pytest-asyncio == 1.4.0",
8787
"async-solipsism == 0.9",
88-
"hypothesis == 6.155.7",
88+
"hypothesis == 6.163.0",
8989
]
9090
dev = [
9191
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)