Skip to content

Commit eebbf71

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 ac8455c commit eebbf71

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
@@ -62,14 +62,14 @@ dev-mkdocs = [
6262
"frequenz-client-base",
6363
]
6464
dev-mypy = [
65-
"mypy == 2.1.0",
65+
"mypy == 2.3.0",
6666
"types-Markdown == 3.10.2.20260518",
6767
"types-protobuf == 7.34.1.20260518",
6868
"grpc-stubs == 1.53.0.6", # This dependency introduces breaking changes in patch releases
6969
# For checking the noxfile, docs/ script, and tests
7070
"frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]",
7171
]
72-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
72+
dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
7373
dev-pylint = [
7474
"pylint == 4.0.6",
7575
# For checking the noxfile, docs/ script, and tests
@@ -81,7 +81,7 @@ dev-pytest = [
8181
"pytest-mock == 3.15.1",
8282
"pytest-asyncio == 1.4.0",
8383
"async-solipsism == 0.9",
84-
"hypothesis == 6.155.7",
84+
"hypothesis == 6.163.0",
8585
"frequenz-client-base",
8686
]
8787
dev = [

0 commit comments

Comments
 (0)