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