From e72c739d51c69c608d468bd45c5060564efa7545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:54:29 +0000 Subject: [PATCH] chore(deps): update click requirement in /docker-jans-shibboleth 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.3.3...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker-jans-shibboleth/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-jans-shibboleth/requirements.txt b/docker-jans-shibboleth/requirements.txt index f52f0ccac8b..d7e0f380133 100644 --- a/docker-jans-shibboleth/requirements.txt +++ b/docker-jans-shibboleth/requirements.txt @@ -1,3 +1,3 @@ -click>=8.3.3 +click>=8.5.0 ldif>=4.0 cryptography>=50.0.0