From aab62168c64ec8ffe6f5d7040bd6b007afd837f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:13:07 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /user-auth/graphtutorial Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.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/2.2.2...2.5.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 1e67311..5ceeb68 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -162,7 +162,7 @@ typing-extensions==4.10.0 # opentelemetry-sdk tzdata==2024.1 # via pendulum -urllib3==2.2.2 +urllib3==2.5.0 # via requests wrapt==1.16.0 # via deprecated