Skip to content

Commit 9130840

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [mypy](https://github.com/python/mypy) 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 `setuptools` from 80.8.0 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.8.0...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: 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 6fcb858 commit 9130840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

44
[build-system]
55
requires = [
6-
"setuptools == 80.8.0",
6+
"setuptools == 80.9.0",
77
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[api] == 0.13.4",
99
# We need to pin the protobuf, grpcio and grpcio-tools dependencies to make
@@ -66,7 +66,7 @@ dev-mkdocs = [
6666
"frequenz-repo-config[api] == 0.13.4",
6767
]
6868
dev-mypy = [
69-
"mypy == 1.15.0",
69+
"mypy == 1.16.0",
7070
"grpc-stubs == 1.53.0.6",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-api-common[dev-mkdocs,dev-noxfile,dev-pytest]",

0 commit comments

Comments
 (0)