Skip to content

Commit a9e503c

Browse files
authored
Update deps (#356)
* Update Django versions and poetry version * Update deps
1 parent 0543cda commit a9e503c

File tree

3 files changed

+501
-471
lines changed

3 files changed

+501
-471
lines changed

.github/workflows/deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
strategy:
1616
matrix:
1717
versions:
18-
- { "djangoVersion": "4.2.16", "pythonVersion": "3.10" }
19-
- { "djangoVersion": "4.2.16", "pythonVersion": "3.11" }
20-
- { "djangoVersion": "4.2.16", "pythonVersion": "3.12" }
21-
- { "djangoVersion": "5.0.9", "pythonVersion": "3.10" }
22-
- { "djangoVersion": "5.0.9", "pythonVersion": "3.11" }
23-
- { "djangoVersion": "5.0.9", "pythonVersion": "3.12" }
24-
poetry-version: ["1.8.3"]
18+
- { "djangoVersion": "4.2.17", "pythonVersion": "3.10" }
19+
- { "djangoVersion": "4.2.17", "pythonVersion": "3.11" }
20+
- { "djangoVersion": "4.2.17", "pythonVersion": "3.12" }
21+
- { "djangoVersion": "5.0.10", "pythonVersion": "3.10" }
22+
- { "djangoVersion": "5.0.10", "pythonVersion": "3.11" }
23+
- { "djangoVersion": "5.0.10", "pythonVersion": "3.12" }
24+
poetry-version: ["1.8.5"]
2525
steps:
2626
- name: Checkout 🛎️
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)