Skip to content

Commit 46e70a4

Browse files
authored
Merge pull request #66 from microsoftgraph/main
Update from main
2 parents f2acf2d + d281902 commit 46e70a4

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/user-auth/graphtutorial" # Location of package manifests
3+
- package-ecosystem: "pip"
4+
directory: "/user-auth/graphtutorial"
105
schedule:
116
interval: "weekly"
12-
- package-ecosystem: "pip" # See documentation for possible values
13-
directory: "/app-auth/graphapponlytutorial" # Location of package manifests
7+
- package-ecosystem: "pip"
8+
directory: "/app-auth/graphapponlytutorial"
149
schedule:
15-
interval: "weekly"
10+
interval: "weekly"

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ idna==3.4
6262
# requests
6363
# rfc3986
6464
# yarl
65-
microsoft-kiota-abstractions==0.3.0
65+
microsoft-kiota-abstractions==0.5.0
6666
# via
6767
# microsoft-kiota-authentication-azure
6868
# microsoft-kiota-http
@@ -74,7 +74,7 @@ microsoft-kiota-authentication-azure==0.2.0
7474
# via msgraph-sdk
7575
microsoft-kiota-http==0.3.1
7676
# via msgraph-core
77-
microsoft-kiota-serialization-json==0.2.1
77+
microsoft-kiota-serialization-json==0.3.1
7878
# via msgraph-sdk
7979
microsoft-kiota-serialization-text==0.2.0
8080
# via msgraph-sdk
@@ -86,7 +86,7 @@ msal-extensions==1.0.0
8686
# via azure-identity
8787
msgraph-core==1.0.0a3
8888
# via msgraph-sdk
89-
msgraph-sdk==1.0.0a9
89+
msgraph-sdk==1.0.0a12
9090
# via -r requirements.in
9191
multidict==6.0.4
9292
# via

0 commit comments

Comments
 (0)