Skip to content

Commit

Permalink
Merge pull request #68 from Azure-Samples/dependabot/pip/django-5.0.1
Browse files Browse the repository at this point in the history
Bump django from 4.2.7 to 5.0.1
  • Loading branch information
bobtabor-msft authored Jan 8, 2024
2 parents 23a0fe6 + 4fc2262 commit 04e9eda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
python_version: ["3.8", "3.9", "3.10", "3.11"]
python_version: ["3.10", "3.11"]
services:
postgres:
image: postgres:12
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.7
Django==5.0.1
psycopg2-binary==2.9.9
python-dotenv==1.0.0
whitenoise==6.6.0
Expand Down

0 comments on commit 04e9eda

Please sign in to comment.