Skip to content

Commit

Permalink
chore: bump django to 4.2 (#508)
Browse files Browse the repository at this point in the history
Bumps Django version to 4.2 as part of upgrading all components of AAP to the same version.

Solves: AAP-16275
  • Loading branch information
Dostonbek1 authored Nov 15, 2023
1 parent 65eb764 commit 7c8f515
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dev = ["psycopg2-binary"]

[tool.poetry.dependencies]
python = ">=3.9,<4"
django = "<4"
django = ">=4.2,<4.3"
djangorestframework = "*"
dynaconf = ">=3"
drf-spectacular = "*"
Expand Down

0 comments on commit 7c8f515

Please sign in to comment.