From 1a51f2643a4fcdeb4d6e43fe07aac8937dac7f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 03:18:16 +0000 Subject: [PATCH] Update setuptools requirement from <72,>=67.6.0 to >=67.6.0,<73 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](https://github.com/pypa/setuptools/compare/v67.6.0...v72.1.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed3ac830..e653dc9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ actor = [] api = [ "grpcio-tools >= 1.47.0, < 2", "mypy-protobuf >= 3.0.0, < 4", - "setuptools >= 67.6.0, < 72", + "setuptools >= 67.6.0, < 73", ] app = [] lib = [] @@ -100,7 +100,7 @@ dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests "frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]", - "setuptools >= 67.6.0, < 72", # Should match the build dependency + "setuptools >= 67.6.0, < 73", # Should match the build dependency ] dev-pytest = [ "pytest == 8.3.1",