Skip to content

Commit 1bc8b42

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [setuptools](https://github.com/pypa/setuptools) and [mypy](https://github.com/python/mypy). 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) 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) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b9d9e1 commit 1bc8b42

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
@@ -2,7 +2,7 @@
22
# Copyright © 2023 Frequenz Energy-as-a-Service GmbH
33

44
[build-system]
5-
requires = ["setuptools == 80.3.1", "setuptools_scm[toml] == 8.3.1"]
5+
requires = ["setuptools == 80.9.0", "setuptools_scm[toml] == 8.3.1"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -87,7 +87,7 @@ dev-mkdocs = [
8787
"mkdocstrings-python == 1.16.10",
8888
]
8989
dev-mypy = [
90-
"mypy == 1.15.0",
90+
"mypy == 1.16.0",
9191
"types-setuptools >= 67.6.0, < 81", # Should match the api dependency
9292
"types-Markdown == 3.8.0.20250415",
9393
"types-PyYAML == 6.0.12.20250402",

0 commit comments

Comments
 (0)