From 5843f824b9fd2453e921f11f002c8ed9a7db1f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:43:26 +0000 Subject: [PATCH] Update setuptools requirement from <81 to <83 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/0.6...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.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 904308f4..92baecac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pygit2 = "^1.15.1" #--mode.files command. tyro = "^0.9.2,<0.9.23" gitpython = "^3.1.43" -setuptools = "<81" +setuptools = "<83" rich = "^14.0.0" [tool.poetry.group.dev.dependencies]