From 22c9d234fe9d88e7b90c4dd8a578e5824c8d0195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:42:47 +0000 Subject: [PATCH] build(deps): update click requirement from <8.5,>=8.2 to >=8.2,<8.6 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.2.0...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.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 19752070..da648ab7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "anyio == 4.14.0", "orjson == 3.11.9", "text-unidecode == 1.3", - "click >= 8.2,< 8.5", + "click >= 8.2,< 8.6", "normality == 3.1.0", "countrynames == 1.17.0", "cryptography == 50.0.0",