Skip to content

Commit 6fe994e

Browse files
committed
Updated requirements.txt
1 parent aa6263c commit 6fe994e

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ aiohttp==3.8.5
88
# via microsoft-kiota-authentication-azure
99
aiosignal==1.3.1
1010
# via aiohttp
11-
anyio==3.7.0
11+
anyio==3.7.1
1212
# via httpcore
1313
async-timeout==4.0.2
1414
# via aiohttp
1515
attrs==23.1.0
1616
# via aiohttp
17-
azure-core==1.27.1
17+
azure-core==1.28.0
1818
# via
1919
# azure-identity
2020
# microsoft-kiota-authentication-azure
2121
azure-identity==1.13.0
2222
# via
2323
# -r requirements.in
2424
# msgraph-sdk
25-
certifi==2023.5.7
25+
certifi==2023.7.22
2626
# via
2727
# httpcore
2828
# httpx
2929
# requests
3030
cffi==1.15.1
3131
# via cryptography
32-
charset-normalizer==3.1.0
32+
charset-normalizer==3.2.0
3333
# via
3434
# aiohttp
3535
# requests
@@ -38,7 +38,9 @@ cryptography==41.0.2
3838
# azure-identity
3939
# msal
4040
# pyjwt
41-
frozenlist==1.3.3
41+
exceptiongroup==1.1.2
42+
# via anyio
43+
frozenlist==1.4.0
4244
# via
4345
# aiohttp
4446
# aiosignal
@@ -48,7 +50,7 @@ h2==4.1.0
4850
# via httpx
4951
hpack==4.0.0
5052
# via h2
51-
httpcore==0.17.2
53+
httpcore==0.17.3
5254
# via httpx
5355
httpx[http2]==0.24.1
5456
# via
@@ -62,7 +64,7 @@ idna==3.4
6264
# httpx
6365
# requests
6466
# yarl
65-
microsoft-kiota-abstractions==0.5.5
67+
microsoft-kiota-abstractions==0.6.0
6668
# via
6769
# microsoft-kiota-authentication-azure
6870
# microsoft-kiota-http
@@ -74,11 +76,11 @@ microsoft-kiota-authentication-azure==0.2.0
7476
# via msgraph-sdk
7577
microsoft-kiota-http==0.4.4
7678
# via msgraph-core
77-
microsoft-kiota-serialization-json==0.3.6
79+
microsoft-kiota-serialization-json==0.3.7
7880
# via msgraph-sdk
7981
microsoft-kiota-serialization-text==0.2.1
8082
# via msgraph-sdk
81-
msal==1.22.0
83+
msal==1.23.0
8284
# via
8385
# azure-identity
8486
# msal-extensions
@@ -96,7 +98,7 @@ portalocker==2.7.0
9698
# via msal-extensions
9799
pycparser==2.21
98100
# via cffi
99-
pyjwt[crypto]==2.7.0
101+
pyjwt[crypto]==2.8.0
100102
# via msal
101103
python-dateutil==2.8.2
102104
# via
@@ -116,11 +118,11 @@ sniffio==1.3.0
116118
# anyio
117119
# httpcore
118120
# httpx
119-
typing-extensions==4.6.3
121+
typing-extensions==4.7.1
120122
# via azure-core
121123
uritemplate==4.1.1
122124
# via microsoft-kiota-abstractions
123-
urllib3==2.0.3
125+
urllib3==2.0.4
124126
# via requests
125127
yarl==1.9.2
126128
# via aiohttp

user-auth/graphtutorial/requirements.txt

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ aiohttp==3.8.5
88
# via microsoft-kiota-authentication-azure
99
aiosignal==1.3.1
1010
# via aiohttp
11-
anyio==3.7.0
11+
anyio==3.7.1
1212
# via httpcore
1313
async-timeout==4.0.2
1414
# via aiohttp
1515
attrs==23.1.0
1616
# via aiohttp
17-
azure-core==1.27.1
17+
azure-core==1.28.0
1818
# via
1919
# azure-identity
2020
# microsoft-kiota-authentication-azure
2121
azure-identity==1.13.0
2222
# via
2323
# -r requirements.in
2424
# msgraph-sdk
25-
certifi==2023.5.7
25+
certifi==2023.7.22
2626
# via
2727
# httpcore
2828
# httpx
2929
# requests
3030
cffi==1.15.1
3131
# via cryptography
32-
charset-normalizer==3.1.0
32+
charset-normalizer==3.2.0
3333
# via
3434
# aiohttp
3535
# requests
@@ -38,7 +38,9 @@ cryptography==41.0.2
3838
# azure-identity
3939
# msal
4040
# pyjwt
41-
frozenlist==1.3.3
41+
exceptiongroup==1.1.2
42+
# via anyio
43+
frozenlist==1.4.0
4244
# via
4345
# aiohttp
4446
# aiosignal
@@ -48,7 +50,7 @@ h2==4.1.0
4850
# via httpx
4951
hpack==4.0.0
5052
# via h2
51-
httpcore==0.17.2
53+
httpcore==0.17.3
5254
# via httpx
5355
httpx[http2]==0.24.1
5456
# via
@@ -62,7 +64,7 @@ idna==3.4
6264
# httpx
6365
# requests
6466
# yarl
65-
microsoft-kiota-abstractions==0.5.5
67+
microsoft-kiota-abstractions==0.6.0
6668
# via
6769
# microsoft-kiota-authentication-azure
6870
# microsoft-kiota-http
@@ -74,11 +76,11 @@ microsoft-kiota-authentication-azure==0.2.0
7476
# via msgraph-sdk
7577
microsoft-kiota-http==0.4.4
7678
# via msgraph-core
77-
microsoft-kiota-serialization-json==0.3.6
79+
microsoft-kiota-serialization-json==0.3.7
7880
# via msgraph-sdk
7981
microsoft-kiota-serialization-text==0.2.1
8082
# via msgraph-sdk
81-
msal==1.22.0
83+
msal==1.23.0
8284
# via
8385
# azure-identity
8486
# msal-extensions
@@ -96,7 +98,7 @@ portalocker==2.7.0
9698
# via msal-extensions
9799
pycparser==2.21
98100
# via cffi
99-
pyjwt[crypto]==2.7.0
101+
pyjwt[crypto]==2.8.0
100102
# via msal
101103
python-dateutil==2.8.2
102104
# via
@@ -116,11 +118,11 @@ sniffio==1.3.0
116118
# anyio
117119
# httpcore
118120
# httpx
119-
typing-extensions==4.6.3
121+
typing-extensions==4.7.1
120122
# via azure-core
121123
uritemplate==4.1.1
122124
# via microsoft-kiota-abstractions
123-
urllib3==2.0.3
125+
urllib3==2.0.4
124126
# via requests
125127
yarl==1.9.2
126128
# via aiohttp

0 commit comments

Comments
 (0)