From 22439fabe32e2094c737e4a76491fbdfaca2e4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 03:12:53 +0000 Subject: [PATCH] Bump urllib3 from 2.2.2 to 2.5.0 in /app-auth/graphapponlytutorial 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] --- app-auth/graphapponlytutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index f91e500..90b3e9b 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/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