Skip to content

Commit 7c56306

Browse files
Merge pull request #93 from microsoftgraph/dependabot/pip/user-auth/graphtutorial/msgraph-sdk-1.0.0a15
Bump msgraph-sdk from 1.0.0a14 to 1.0.0a15 in /user-auth/graphtutorial
2 parents 5d8346a + 3c0aa85 commit 7c56306

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

user-auth/graphtutorial/requirements.txt

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ cryptography==41.0.3
3838
# azure-identity
3939
# msal
4040
# pyjwt
41+
deprecated==1.2.14
42+
# via opentelemetry-api
4143
frozenlist==1.4.0
4244
# via
4345
# aiohttp
@@ -62,17 +64,19 @@ idna==3.4
6264
# httpx
6365
# requests
6466
# yarl
65-
microsoft-kiota-abstractions==0.7.1
67+
importlib-metadata==6.8.0
68+
# via opentelemetry-api
69+
microsoft-kiota-abstractions==0.8.5
6670
# via
6771
# microsoft-kiota-authentication-azure
6872
# microsoft-kiota-http
6973
# microsoft-kiota-serialization-json
7074
# microsoft-kiota-serialization-text
7175
# msgraph-core
7276
# msgraph-sdk
73-
microsoft-kiota-authentication-azure==0.2.0
77+
microsoft-kiota-authentication-azure==0.3.0
7478
# via msgraph-sdk
75-
microsoft-kiota-http==0.5.0
79+
microsoft-kiota-http==0.6.0
7680
# via
7781
# msgraph-core
7882
# msgraph-sdk
@@ -88,12 +92,20 @@ msal-extensions==1.0.0
8892
# via azure-identity
8993
msgraph-core==1.0.0a4
9094
# via msgraph-sdk
91-
msgraph-sdk==1.0.0a14
95+
msgraph-sdk==1.0.0a15
9296
# via -r requirements.in
9397
multidict==6.0.4
9498
# via
9599
# aiohttp
96100
# yarl
101+
opentelemetry-api==1.20.0
102+
# via
103+
# microsoft-kiota-abstractions
104+
# opentelemetry-sdk
105+
opentelemetry-sdk==1.20.0
106+
# via microsoft-kiota-abstractions
107+
opentelemetry-semantic-conventions==0.41b0
108+
# via opentelemetry-sdk
97109
portalocker==2.7.0
98110
# via msal-extensions
99111
pycparser==2.21
@@ -117,11 +129,17 @@ sniffio==1.3.0
117129
# anyio
118130
# httpcore
119131
# httpx
120-
typing-extensions==4.7.1
121-
# via azure-core
122-
uritemplate==4.1.1
132+
std-uritemplate==0.0.40
123133
# via microsoft-kiota-abstractions
134+
typing-extensions==4.7.1
135+
# via
136+
# azure-core
137+
# opentelemetry-sdk
124138
urllib3==2.0.4
125139
# via requests
140+
wrapt==1.15.0
141+
# via deprecated
126142
yarl==1.9.2
127143
# via aiohttp
144+
zipp==3.17.0
145+
# via importlib-metadata

0 commit comments

Comments
 (0)