From f7cd3ab8583babe3cf7cc4edd898821e6a703f14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:50:30 +0000 Subject: [PATCH] pip: bump click from 7.1.2 to 8.1.8 in /authn-service Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.1.8. - [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.1.8) --- updated-dependencies: - dependency-name: click dependency-version: 8.1.8 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..f0ef70f 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.1.8 cryptography==2.6.1 entrypoints==0.3 Flask==1.1.2