From 36f11f93656954560f56e7ab779b5317ae56dca5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:15:40 +0100 Subject: [PATCH] Update setuptools requirement from ==74.* to >=74,<76 in /python (#6483) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 243a05eec..e34c4fb2c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "cryptography == 43.*", "string-color >= 1.2.1, == 1.*", "pycose >= 1.0.1, == 1.*", - "setuptools == 74.*", + "setuptools >= 74,< 76", "packaging == 24.*" ]