From ea53c1be8211d5ddfe4816aa2b18cdaffc23fbe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 19:55:55 +0000 Subject: [PATCH] Update click requirement from >=8.0.0, <8.3.0 to >=8.0.0,<8.4.0 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.0.0...8.3.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 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 8e82af1..1c3dd16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.10" -click = ">=8.0.0, <8.3.0" # issue #222 +click = ">=8.0.0,<8.4.0" # issue #222 requests = "^2.32.3" gitpython = "^3.1.43" tomli = { version = "^2.2.1", python = "<3.11" }