From 10215081c7c704bd379aa8c7d04a8e6903a2e5fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 20:03:10 +0000 Subject: [PATCH] pip: bump urllib3 from 1.25.11 to 2.6.3 in /authn-service Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 2.6.3. - [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.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 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..1eab5b9 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.3 Werkzeug==1.0.1 django==2.1.0