Skip to content

Commit 04e9eda

Browse files
Merge pull request #68 from Azure-Samples/dependabot/pip/django-5.0.1
Bump django from 4.2.7 to 5.0.1
2 parents 23a0fe6 + 4fc2262 commit 04e9eda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: ["ubuntu-20.04"]
17-
python_version: ["3.8", "3.9", "3.10", "3.11"]
17+
python_version: ["3.10", "3.11"]
1818
services:
1919
postgres:
2020
image: postgres:12

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==4.2.7
1+
Django==5.0.1
22
psycopg2-binary==2.9.9
33
python-dotenv==1.0.0
44
whitenoise==6.6.0

0 commit comments

Comments
 (0)