From 507e9177a7f6733bf7b46e97e0720c2ca28a5279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 19:24:58 +0000 Subject: [PATCH] Update setuptools requirement from >=69.5.1,<79.0.0 to >=69.5.1,<80.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...v79.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 79.0.0 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 0b97931f..d24333d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ tqdm = "^4.66.5" pygit2 = "^1.15.1" tyro = "^0.9.2" gitpython = "^3.1.43" -setuptools = ">=69.5.1,<79.0.0" +setuptools = ">=69.5.1,<80.0.0" rich = "^14.0.0" [tool.poetry.group.dev.dependencies]