We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a93218 + c9a882c commit b1a7658Copy full SHA for b1a7658
2 files changed
.github/workflows/pylint.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- python-version: ["3.9", "3.10"]
+ python-version: ["3.11", "3.12"]
16
17
steps:
18
- uses: actions/checkout@v3
app-auth/graphapponlytutorial/requirements.txt
@@ -95,7 +95,7 @@ msal-extensions==1.3.1
95
# via azure-identity
96
msgraph-core==1.3.5
97
# via msgraph-sdk
98
-msgraph-sdk==1.55.0
+msgraph-sdk==1.56.0
99
# via -r requirements.in
100
multidict==6.6.4
101
# via
0 commit comments