From 0243ffa206dd54b6b7666ef95f846cc5c54fa6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 01:20:04 +0000 Subject: [PATCH] Update click requirement from <8.2,>=8.1.8 to >=8.1.8,<8.5 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.8...8.4.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.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 fe637cfe..3e92b139 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dynamic = ["version"] dependencies = [ - "click>=8.1.8,<8.2", + "click>=8.1.8,<8.5", "datamodel-code-generator[http]>=0.56.1,<0.57", "jinja2>=2.11.2,<4", "pydantic>=2.12,<3",