From addff6ef6d74ea77100005c69f0a5cde35c25de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:13:26 +0000 Subject: [PATCH] Update click requirement from >=8.1 to >=8.3.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.rst) - [Commits](https://github.com/pallets/click/compare/8.1.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 c445a88..33f4051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ version = "0.1.0" description = "AI-powered BDD testing agent using vision-language models" requires-python = ">=3.12" dependencies = [ - "click>=8.1", + "click>=8.3.2", "pydantic>=2.0", "pydantic-settings>=2.0", "httpx>=0.27",