From d06f13fedc83ac255939602214fbd117150515f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 21:24:33 +0000 Subject: [PATCH] Bump aiohttp from 3.10.2 to 3.10.11 in /app-auth/graphapponlytutorial Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.2 to 3.10.11. - [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.10.11) --- updated-dependencies: - dependency-name: aiohttp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- app-auth/graphapponlytutorial/requirements.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app-auth/graphapponlytutorial/requirements.txt b/app-auth/graphapponlytutorial/requirements.txt index 9817316..ced46c1 100644 --- a/app-auth/graphapponlytutorial/requirements.txt +++ b/app-auth/graphapponlytutorial/requirements.txt @@ -6,7 +6,7 @@ # aiohappyeyeballs==2.3.5 # via aiohttp -aiohttp==3.10.2 +aiohttp==3.10.11 # via microsoft-kiota-authentication-azure aiosignal==1.3.1 # via aiohttp @@ -127,6 +127,8 @@ pendulum==3.0.0 # microsoft-kiota-serialization-json portalocker==2.8.2 # via msal-extensions +propcache==0.2.0 + # via yarl pycparser==2.21 # via cffi pyjwt[crypto]==2.8.0 @@ -166,7 +168,7 @@ urllib3==2.2.2 # via requests wrapt==1.16.0 # via deprecated -yarl==1.9.4 +yarl==1.17.2 # via aiohttp zipp==3.19.1 # via importlib-metadata