Skip to content

Commit d829d23

Browse files
Bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [nox](https://github.com/wntrblm/nox), [pytest](https://github.com/pytest-dev/pytest) 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 `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) 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: pytest dependency-version: 9.1.1 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 ae6f2c7 commit d829d23

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,27 +69,27 @@ dev-mkdocs = [
6969
"frequenz-repo-config[lib] == 0.18.0",
7070
]
7171
dev-mypy = [
72-
"mypy == 2.1.0",
72+
"mypy == 2.3.0",
7373
"types-Markdown == 3.10.2.20260518",
7474
"types-protobuf == 7.34.1.20260518",
7575
"types-setuptools == 82.0.0.20260518",
7676
# For checking the noxfile, docs/ script, and tests
7777
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
7878
]
79-
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
79+
dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"]
8080
dev-pylint = [
8181
"pylint == 4.0.6",
8282
# For checking the noxfile, docs/ script, and tests
8383
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8484
]
8585
dev-pytest = [
86-
"pytest == 9.0.3",
86+
"pytest == 9.1.1",
8787
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
8888
"pytest-mock == 3.15.1",
8989
"pytest-asyncio == 1.4.0",
9090
"time-machine == 2.16.0",
9191
"async-solipsism == 0.9",
92-
"hypothesis == 6.155.7",
92+
"hypothesis == 6.163.0",
9393
]
9494
dev = [
9595
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)