From e0d62fbf48155916db42b5472d5331b18af5bdda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:17:40 -0400 Subject: [PATCH] Update setuptools requirement from ^69.2.0 to >=69.2,<73.0 (#641) 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/v69.2.0...v72.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Lorello <42971704+slorello89@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45f1aa9..2e1a54d 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.0", markers = "python_version >= '3.12'"} +setuptools = {version = ">=69.2,<73.0", markers = "python_version >= '3.12'"} [tool.poetry.dev-dependencies] mypy = "^1.9.0"