Skip to content

Commit

Permalink
upgrade django
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed Nov 13, 2023
1 parent 6384e98 commit 32aef26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
django = "==4.1.9" # can be upgraded once we have postgres >11 deployed
django = "~=4.1" # web framework
django-cors-headers = "~=3.6" # support for configuring CORS headers
djangorestframework = "~=3.12" # api framework
environs = { version = "~=9.5", extras = ["django"] } # parse configuration from environment variables
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

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

0 comments on commit 32aef26

Please sign in to comment.