From 07663474ae856510a96d535d37f52a24f811b128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:06:49 +0000 Subject: [PATCH] Update click requirement from ~=8.2.1 to >=8.2.1,<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.2.1...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.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 28c0d1d..3ce004f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "cattrs ~= 25.2.0", "attrs_strict ~= 1.0.1", "pathvalidate ~= 3.3.1", - "click ~= 8.2.1", + "click >= 8.2.1,< 8.4.0", "click_help_colors ~= 0.9", "coloredlogs ~= 15.0", "rich >= 14.1.0",