Skip to content

Commit

Permalink
Update deps (#356)
Browse files Browse the repository at this point in the history
* Update Django versions and poetry version
* Update deps
  • Loading branch information
mostafa authored Dec 27, 2024
1 parent 0543cda commit a9e503c
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 471 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
strategy:
matrix:
versions:
- { "djangoVersion": "4.2.16", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.16", "pythonVersion": "3.11" }
- { "djangoVersion": "4.2.16", "pythonVersion": "3.12" }
- { "djangoVersion": "5.0.9", "pythonVersion": "3.10" }
- { "djangoVersion": "5.0.9", "pythonVersion": "3.11" }
- { "djangoVersion": "5.0.9", "pythonVersion": "3.12" }
poetry-version: ["1.8.3"]
- { "djangoVersion": "4.2.17", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.17", "pythonVersion": "3.11" }
- { "djangoVersion": "4.2.17", "pythonVersion": "3.12" }
- { "djangoVersion": "5.0.10", "pythonVersion": "3.10" }
- { "djangoVersion": "5.0.10", "pythonVersion": "3.11" }
- { "djangoVersion": "5.0.10", "pythonVersion": "3.12" }
poetry-version: ["1.8.5"]
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down
Loading

0 comments on commit a9e503c

Please sign in to comment.