Skip to content

Commit 060a5d8

Browse files
Bump Django To 4.0
Bumps the django version to 4.0, and DRF for compatibility. Signed-off-by: Hassan Abouelela <[email protected]>
1 parent 4edb368 commit 060a5d8

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

poetry.lock

Lines changed: 21 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "3.9.*"
10-
django = "~=3.2.14"
10+
django = "~=4.0"
1111
django-environ = "~=0.4.5"
1212
django-filter = "~=21.1"
13-
djangorestframework = "~=3.12.0"
13+
djangorestframework = "~=3.13"
1414
psycopg2-binary = "~=2.8.0"
1515
django-simple-bulma = "~=2.4"
1616
whitenoise = "~=5.0"

0 commit comments

Comments
 (0)