From a18936a853e85b94ed9f34bae154089891cdef8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:41:38 +0000 Subject: [PATCH] chore(deps): update click requirement from >=8.1.0 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 5e0ee55d..bc691fc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "aiosqlite>=0.20.0", "slowapi>=0.1.9", "python-dotenv>=1.0.0", - "click>=8.1.0", + "click>=8.3.2", "redis>=5.2.0", "opentelemetry-api>=1.28.0", "opentelemetry-sdk>=1.28.0",