From caa6a6a81b5792e288b43ad1ca175986477be11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:46:38 +0000 Subject: [PATCH] pip: 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 91dfa9c..a7d3250 100644 --- a/authn-service/requirements.txt +++ b/authn-service/requirements.txt @@ -21,6 +21,6 @@ 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 django==2.1.0