From e80a286c674c8cb5a0b44ca8d0377f4a74a66425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:19:58 +0000 Subject: [PATCH] :arrow_up:(deps)(deps): Update click requirement from >=8.0.0 to >=8.1.8 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.1.8) --- updated-dependencies: - dependency-name: click dependency-version: 8.1.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e6cdcc1..fdc77d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "libcst>=1.1.0", - "click>=8.0.0", + "click>=8.1.8", "pyyaml>=6.0", "rich>=13.0.0", "radon>=6.0.0", diff --git a/requirements.txt b/requirements.txt index f58b9bd..7f9b3df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core dependencies libcst>=1.1.0 -click>=8.0.0 +click>=8.1.8 pyyaml>=6.0 rich>=13.0.0 radon>=6.0.0