From ba91242332f06e7debe30406ada357aec8f0a07a Mon Sep 17 00:00:00 2001 From: slorello89 Date: Tue, 6 Aug 2024 08:20:35 -0400 Subject: [PATCH] setuptools-70 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e1a54d..1e2707c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ python-ulid = "^1.0.3" typing-extensions = "^4.4.0" hiredis = "^2.2.3" more-itertools = ">=8.14,<11.0" -setuptools = {version = ">=69.2,<73.0", markers = "python_version >= '3.12'"} +setuptools = {version = ">=70.0,<73.0", markers = "python_version >= '3.12'"} [tool.poetry.dev-dependencies] mypy = "^1.9.0"