From 01fa50f2cbe391fc7956d42b8a65e3d04219c21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:06:36 +0000 Subject: [PATCH] Bump aiohttp from 3.10.2 to 3.12.14 in /user-auth/graphtutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.12.14. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.10.2...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- user-auth/graphtutorial/requirements.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/user-auth/graphtutorial/requirements.txt b/user-auth/graphtutorial/requirements.txt index 1e67311..f5efc95 100644 --- a/user-auth/graphtutorial/requirements.txt +++ b/user-auth/graphtutorial/requirements.txt @@ -4,11 +4,11 @@ # # pip-compile --output-file=requirements.txt --resolver=backtracking # -aiohappyeyeballs==2.3.5 +aiohappyeyeballs==2.6.1 # via aiohttp -aiohttp==3.10.2 +aiohttp==3.12.14 # via microsoft-kiota-authentication-azure -aiosignal==1.3.1 +aiosignal==1.4.0 # via aiohttp anyio==4.3.0 # via httpx @@ -127,6 +127,10 @@ pendulum==3.0.0 # microsoft-kiota-serialization-json portalocker==2.8.2 # via msal-extensions +propcache==0.3.2 + # via + # aiohttp + # yarl pycparser==2.21 # via cffi pyjwt[crypto]==2.8.0 @@ -156,6 +160,7 @@ time-machine==2.14.0 # via pendulum typing-extensions==4.10.0 # via + # aiosignal # anyio # azure-core # azure-identity @@ -166,7 +171,7 @@ urllib3==2.2.2 # via requests wrapt==1.16.0 # via deprecated -yarl==1.9.4 +yarl==1.20.1 # via aiohttp zipp==3.19.1 # via importlib-metadata