Skip to content

Commit 5f1629b

Browse files
dependabot[bot]llucax
authored andcommitted
Bump and widen setuptools
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.2 to 82.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.10.2...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Also widen setuptools dependency to allow up to version 83. Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent fa4a40b commit 5f1629b

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

44
[build-system]
5-
requires = ["setuptools == 80.10.2", "setuptools_scm[toml] == 9.2.2"]
5+
requires = ["setuptools == 82.0.0", "setuptools_scm[toml] == 9.2.2"]
66
build-backend = "setuptools.build_meta"
77

88
[project]
@@ -57,7 +57,7 @@ actor = []
5757
api = [
5858
"grpcio-tools >= 1.47.0, < 2",
5959
"mypy-protobuf >= 3.0.0, < 6",
60-
"setuptools >= 67.6.0, < 81",
60+
"setuptools >= 67.6.0, < 83",
6161
]
6262
app = []
6363
lib = []
@@ -102,7 +102,7 @@ dev-pylint = [
102102
# dev-pytest already defines a dependency to pylint because of the examples
103103
# For checking the noxfile, docs/ script, and tests
104104
"frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]",
105-
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105+
"setuptools >= 67.6.0, < 83", # Should match the api dependency
106106
]
107107
dev-pytest = [
108108
"pytest == 9.0.2",

0 commit comments

Comments
 (0)