Skip to content

Commit e33e70f

Browse files
Bump msgraph-sdk from 1.1.0 to 1.2.0 in /app-auth/graphapponlytutorial
Bumps [msgraph-sdk](https://github.com/microsoftgraph/msgraph-sdk-python) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/microsoftgraph/msgraph-sdk-python/releases) - [Changelog](https://github.com/microsoftgraph/msgraph-sdk-python/blob/main/CHANGELOG.md) - [Commits](microsoftgraph/msgraph-sdk-python@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: msgraph-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8d5bbe3 commit e33e70f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ httpcore==1.0.4
5454
# via httpx
5555
httpx[http2]==0.27.0
5656
# via
57-
# httpx
5857
# microsoft-kiota-http
5958
# msgraph-core
6059
hyperframe==6.0.1
@@ -71,7 +70,9 @@ microsoft-kiota-abstractions==1.3.1
7170
# via
7271
# microsoft-kiota-authentication-azure
7372
# microsoft-kiota-http
73+
# microsoft-kiota-serialization-form
7474
# microsoft-kiota-serialization-json
75+
# microsoft-kiota-serialization-multipart
7576
# microsoft-kiota-serialization-text
7677
# msgraph-core
7778
# msgraph-sdk
@@ -83,8 +84,12 @@ microsoft-kiota-http==1.3.1
8384
# via
8485
# msgraph-core
8586
# msgraph-sdk
87+
microsoft-kiota-serialization-form==0.1.0
88+
# via msgraph-sdk
8689
microsoft-kiota-serialization-json==1.1.0
8790
# via msgraph-sdk
91+
microsoft-kiota-serialization-multipart==0.1.0
92+
# via msgraph-sdk
8893
microsoft-kiota-serialization-text==1.0.0
8994
# via msgraph-sdk
9095
msal==1.27.0
@@ -95,7 +100,7 @@ msal-extensions==1.1.0
95100
# via azure-identity
96101
msgraph-core==1.0.0
97102
# via msgraph-sdk
98-
msgraph-sdk==1.1.0
103+
msgraph-sdk==1.2.0
99104
# via -r requirements.in
100105
multidict==6.0.5
101106
# via
@@ -117,7 +122,9 @@ opentelemetry-semantic-conventions==0.44b0
117122
packaging==24.0
118123
# via msal-extensions
119124
pendulum==3.0.0
120-
# via microsoft-kiota-serialization-json
125+
# via
126+
# microsoft-kiota-serialization-form
127+
# microsoft-kiota-serialization-json
121128
portalocker==2.8.2
122129
# via msal-extensions
123130
pycparser==2.21

0 commit comments

Comments
 (0)