From ed2a1f2002f34c9feb50c93a0a5ef18f5cfee031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:15:56 +0000 Subject: [PATCH] Update click requirement from >=8.3.3 to >=8.4.2 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.md) - [Commits](https://github.com/pallets/click/compare/8.3.3...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.0 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 de2bbf5..2d6db4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ "Typing :: Typed", ] dependencies = [ - "click>=8.3.3", + "click>=8.4.2", "langchain>=0.3.0,<0.4.0", "langchain-openai>=0.2.0,<0.3.0", "langchain-anthropic>=0.2.0,<0.3.0", diff --git a/requirements.txt b/requirements.txt index 9e00827..4ca23d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # IaC Scanner - Python CLI -click>=8.3.3 +click>=8.4.2 langchain>=0.3.0 langchain-openai>=0.2.0 langchain-anthropic>=0.2.0