Skip to content

Commit 147b008

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 40fe5c7 commit 147b008

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
@@ -83,15 +83,15 @@ dev-mkdocs = [
8383
"frequenz-repo-config[lib] == 0.18.0",
8484
]
8585
dev-mypy = [
86-
"mypy == 2.1.0",
86+
"mypy == 2.3.0",
8787
"types-Markdown == 3.10.2.20260518",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9090
"grpc-stubs == 1.53.0.6",
9191
"types-protobuf == 7.34.1.20260518",
9292
"types-python-dateutil == 2.9.0.20260518",
9393
]
94-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
94+
dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
9595
dev-pylint = [
9696
"pylint == 4.0.6",
9797
# For checking the noxfile, docs/ script, and tests
@@ -105,7 +105,7 @@ dev-pytest = [
105105
"pytest-asyncio == 1.4.0",
106106
"async-solipsism == 0.9",
107107
"time-machine == 3.2.0",
108-
"hypothesis == 6.155.7",
108+
"hypothesis == 6.163.0",
109109
"frequenz-client-dispatch[cli]",
110110
]
111111
dev = [

0 commit comments

Comments
 (0)