Skip to content

Commit c73333a

Browse files
committed
Update dependencies
1 parent 7527589 commit c73333a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.10
33
# To update, run:
44
#
5-
# pip-compile --output-file=requirements.txt
5+
# pip-compile --output-file=requirements.txt --resolver=backtracking
66
#
77
aiohttp==3.8.3
88
# via microsoft-kiota-authentication-azure
@@ -33,7 +33,7 @@ charset-normalizer==2.1.1
3333
# via
3434
# aiohttp
3535
# requests
36-
cryptography==37.0.4
36+
cryptography==38.0.4
3737
# via
3838
# azure-identity
3939
# msal
@@ -72,7 +72,7 @@ microsoft-kiota-abstractions==0.2.0
7272
# msgraph-sdk
7373
microsoft-kiota-authentication-azure==0.1.1
7474
# via msgraph-sdk
75-
microsoft-kiota-http==0.2.2
75+
microsoft-kiota-http==0.2.3
7676
# via msgraph-core
7777
microsoft-kiota-serialization-json==0.2.0
7878
# via msgraph-sdk
@@ -122,7 +122,7 @@ typing-extensions==4.4.0
122122
# via azure-core
123123
uritemplate==4.1.1
124124
# via microsoft-kiota-abstractions
125-
urllib3==1.26.12
125+
urllib3==1.26.13
126126
# via requests
127127
yarl==1.8.1
128128
# via aiohttp

user-auth/graphtutorial/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with python 3.10
33
# To update, run:
44
#
5-
# pip-compile --output-file=requirements.txt
5+
# pip-compile --output-file=requirements.txt --resolver=backtracking
66
#
77
aiohttp==3.8.3
88
# via microsoft-kiota-authentication-azure
@@ -33,7 +33,7 @@ charset-normalizer==2.1.1
3333
# via
3434
# aiohttp
3535
# requests
36-
cryptography==37.0.4
36+
cryptography==38.0.4
3737
# via
3838
# azure-identity
3939
# msal
@@ -72,7 +72,7 @@ microsoft-kiota-abstractions==0.2.0
7272
# msgraph-sdk
7373
microsoft-kiota-authentication-azure==0.1.1
7474
# via msgraph-sdk
75-
microsoft-kiota-http==0.2.2
75+
microsoft-kiota-http==0.2.3
7676
# via msgraph-core
7777
microsoft-kiota-serialization-json==0.2.0
7878
# via msgraph-sdk
@@ -122,7 +122,7 @@ typing-extensions==4.4.0
122122
# via azure-core
123123
uritemplate==4.1.1
124124
# via microsoft-kiota-abstractions
125-
urllib3==1.26.12
125+
urllib3==1.26.13
126126
# via requests
127127
yarl==1.8.1
128128
# via aiohttp

0 commit comments

Comments
 (0)