Skip to content

Commit e8dc67c

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [mypy](https://github.com/python/mypy), [hypothesis](https://github.com/HypothesisWorks/hypothesis) and [setuptools](https://github.com/pypa/setuptools). Updates `mypy` from 1.15.0 to 1.16.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.15.0...v1.16.0) Updates `hypothesis` from 6.131.9 to 6.132.0 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.131.9...hypothesis-python-6.132.0) Updates `setuptools` from 80.3.1 to 80.9.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.3.1...v80.9.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: hypothesis dependency-version: 6.132.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38798ee commit e8dc67c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[build-system]
55
requires = [
6-
"setuptools == 80.3.1",
6+
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.3",
99
]
@@ -63,7 +63,7 @@ dev-mkdocs = [
6363
dev-mypy = [
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
66-
"mypy == 1.15.0",
66+
"mypy == 1.16.0",
6767
"types-Markdown == 3.8.0.20250415",
6868
]
6969
dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.3"]
@@ -75,7 +75,7 @@ dev-pylint = [
7575
dev-pytest = [
7676
"async-solipsism == 0.7",
7777
"frequenz-repo-config[extra-lint-examples] == 0.13.3",
78-
"hypothesis == 6.131.9",
78+
"hypothesis == 6.132.0",
7979
"pytest == 8.3.5",
8080
"pytest-asyncio == 0.26.0",
8181
"pytest-mock == 3.14.0",

0 commit comments

Comments
 (0)