From bd2aefd6b896d65f9451448d88d5085846f0ef2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:56:57 +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.rst) - [Commits](https://github.com/pallets/click/compare/7.0...8.4.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 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 d039af8af64..c69ee9632c1 100644 --- a/docker-jans-shibboleth/requirements.txt +++ b/docker-jans-shibboleth/requirements.txt @@ -1,4 +1,4 @@ -click>=7.0 +click>=8.4.1 ldif>=4.0 webdavclient3>=3.0 cryptography>=46.0.6