Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions app-auth/graphapponlytutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -156,6 +160,7 @@ time-machine==2.14.0
# via pendulum
typing-extensions==4.10.0
# via
# aiosignal
# anyio
# azure-core
# azure-identity
Expand All @@ -166,7 +171,7 @@ urllib3==2.5.0
# 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
Loading