From 9e9cb8584b70eebefbb55092a5764dd715e89dca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 03:47:27 +0000 Subject: [PATCH] Update setuptools requirement from >=70.0,<73.0 to >=70.0,<75.0 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/v70.0.0...v74.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a215aca..4939d7fe 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,<4.0.0" more-itertools = ">=8.14,<11.0" -setuptools = {version = ">=70.0,<73.0", markers = "python_version >= '3.12'"} +setuptools = {version = ">=70.0,<75.0", markers = "python_version >= '3.12'"} [tool.poetry.dev-dependencies] mypy = "^1.9.0"