Skip to content

Commit aa6263c

Browse files
committed
2 parents 5611cd7 + 9f3029e commit aa6263c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=requirements.txt --resolver=backtracking
66
#
7-
aiohttp==3.8.4
7+
aiohttp==3.8.5
88
# via microsoft-kiota-authentication-azure
99
aiosignal==1.3.1
1010
# via aiohttp
@@ -33,13 +33,11 @@ charset-normalizer==3.1.0
3333
# via
3434
# aiohttp
3535
# requests
36-
cryptography==41.0.1
36+
cryptography==41.0.2
3737
# via
3838
# azure-identity
3939
# msal
4040
# pyjwt
41-
exceptiongroup==1.1.1
42-
# via anyio
4341
frozenlist==1.3.3
4442
# via
4543
# aiohttp
@@ -88,7 +86,7 @@ msal-extensions==1.0.0
8886
# via azure-identity
8987
msgraph-core==1.0.0a4
9088
# via msgraph-sdk
91-
msgraph-sdk==1.0.0a12
89+
msgraph-sdk==1.0.0a13
9290
# via -r requirements.in
9391
multidict==6.0.4
9492
# via

user-auth/graphtutorial/requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --output-file=requirements.txt --resolver=backtracking
66
#
7-
aiohttp==3.8.4
7+
aiohttp==3.8.5
88
# via microsoft-kiota-authentication-azure
99
aiosignal==1.3.1
1010
# via aiohttp
@@ -33,13 +33,11 @@ charset-normalizer==3.1.0
3333
# via
3434
# aiohttp
3535
# requests
36-
cryptography==41.0.1
36+
cryptography==41.0.2
3737
# via
3838
# azure-identity
3939
# msal
4040
# pyjwt
41-
exceptiongroup==1.1.1
42-
# via anyio
4341
frozenlist==1.3.3
4442
# via
4543
# aiohttp
@@ -88,7 +86,7 @@ msal-extensions==1.0.0
8886
# via azure-identity
8987
msgraph-core==1.0.0a4
9088
# via msgraph-sdk
91-
msgraph-sdk==1.0.0a12
89+
msgraph-sdk==1.0.0a13
9290
# via -r requirements.in
9391
multidict==6.0.4
9492
# via

0 commit comments

Comments
 (0)