Skip to content

Commit 1d44181

Browse files
authored
Merge pull request #154 from macieyng/main
Update python and workflow dependencies and versions
2 parents 482f5de + ea87ba7 commit 1d44181

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Dependabot metadata
2121
id: metadata
22-
uses: dependabot/fetch-metadata@v1.6.0
22+
uses: dependabot/fetch-metadata@v2.3.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
max-parallel: 4
1919
matrix:
20-
python-version: ['3.8', '3.9', '3.10']
20+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2121

2222
steps:
2323
- uses: actions/checkout@v4

graph_tutorial/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Django==4.2.7
2-
msal==1.31.1
1+
Django==5.2;python_version>"3.9"
2+
Django==4.2.20;python_version<="3.9"
3+
msal==1.32.3
34
python-dateutil==2.9.0.post0
45
PyYAML==6.0.2

0 commit comments

Comments
 (0)