Skip to content

Commit cd69cf0

Browse files
authored
Merge branch 'main' into dependabot/pip/app-auth/graphapponlytutorial/pyjwt-2.12.0
2 parents 88d1333 + c9a882c commit cd69cf0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.9", "3.10"]
15+
python-version: ["3.11", "3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v3

app-auth/graphapponlytutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ msal-extensions==1.3.1
9595
# via azure-identity
9696
msgraph-core==1.3.5
9797
# via msgraph-sdk
98-
msgraph-sdk==1.55.0
98+
msgraph-sdk==1.56.0
9999
# via -r requirements.in
100100
multidict==6.6.4
101101
# via

user-auth/graphtutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.13.3
9+
aiohttp==3.13.4
1010
# via microsoft-kiota-authentication-azure
1111
aiosignal==1.4.0
1212
# via aiohttp

0 commit comments

Comments
 (0)