From fb7714437611d63f5e41d96feabe088617fdd0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:46:56 +0000 Subject: [PATCH] Bump urllib3 from 1.25.11 to 2.6.0 in /authn-service Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.11...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... 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 96f4ca2..d481a89 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -21,5 +21,5 @@ pyxdg==0.25 requests==2.24.0 SecretStorage==2.3.1 six==1.12.0 -urllib3==1.25.11 +urllib3==2.6.0 Werkzeug==1.0.1