From 3e540df945ff6a6e8a08d2eebc0e26c3a46f3c63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 03:32:30 +0000 Subject: [PATCH] pip: bump click from 7.1.2 to 8.3.0 in /authn-service Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.3.0. - [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/7.1.2...8.3.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- authn-service/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authn-service/requirements.txt b/authn-service/requirements.txt index 91dfa9c..d9aa546 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -1,7 +1,7 @@ asn1crypto==0.24.0 certifi==2020.6.20 chardet==3.0.4 -click==7.1.2 +click==8.3.0 cryptography==2.6.1 entrypoints==0.3 Flask==1.1.2