Skip to content

Commit dc72cc2

Browse files
dependabot[bot]llucax
authored andcommitted
Update setuptools requirement from <73,>=67.6.0 to >=67.6.0,<75
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v67.6.0...v74.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d49ce5 commit dc72cc2

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
@@ -56,7 +56,7 @@ actor = []
5656
api = [
5757
"grpcio-tools >= 1.47.0, < 2",
5858
"mypy-protobuf >= 3.0.0, < 4",
59-
"setuptools >= 67.6.0, < 73",
59+
"setuptools >= 67.6.0, < 75",
6060
]
6161
app = []
6262
lib = []
@@ -100,7 +100,7 @@ dev-pylint = [
100100
# dev-pytest already defines a dependency to pylint because of the examples
101101
# For checking the noxfile, docs/ script, and tests
102102
"frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]",
103-
"setuptools >= 67.6.0, < 73", # Should match the build dependency
103+
"setuptools >= 67.6.0, < 75", # Should match the build dependency
104104
]
105105
dev-pytest = [
106106
"pytest == 8.3.2",

0 commit comments

Comments
 (0)