From 9738e886c55e7cee503c10ce44b5620e2676cb86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:03:12 +0000 Subject: [PATCH] Update setuptools requirement from ^69.5.1 to >=69.5.1,<71.0.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/v69.5.1...v70.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 ba7a0abd..5efb2492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pysigma-backend-splunk = "^1.0.3" pygit2 = "^1.14.1" tyro = "^0.8.3" gitpython = "^3.1.43" -setuptools = "^69.5.1" +setuptools = ">=69.5.1,<71.0.0" [tool.poetry.dev-dependencies] [build-system]