From 32db396c7d0fea7feadc0a7b1155638d29c05d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 14:51:04 +0000 Subject: [PATCH] Bump click from 8.3.1 to 8.3.2 Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.3.2. - [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.3.1...8.3.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 37914aa..43479c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ aiogram==3.27.0 PyYAML==6.0.3 pydantic==2.12.5 uvloop==0.22.1; sys_platform == 'linux' -click==8.3.1 +click==8.3.2 orjson==3.11.7 structlog==25.5.0