File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed
app-auth/graphapponlytutorial Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 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-
61version : 2
72updates :
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"
Original file line number Diff line number Diff 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
7575microsoft-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
7979microsoft-kiota-serialization-text == 0.2.0
8080 # via msgraph-sdk
@@ -86,7 +86,7 @@ msal-extensions==1.0.0
8686 # via azure-identity
8787msgraph-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
9191multidict == 6.0.4
9292 # via
You can’t perform that action at this time.
0 commit comments