Skip to content

Commit

Permalink
improvement: fixed to django 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trangiabach committed Mar 24, 2024
1 parent 3dc57d5 commit 5c6ff82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dj-database-url = "*"
djangorestframework = "*"
psycopg2 = "*"
sentry-sdk = "*"
django = "==5.0.3"
django = "~=5.0.2"
django-cors-headers = "*"
pyyaml = "*"
uritemplate = "*"
Expand Down
2 changes: 1 addition & 1 deletion backend/Pipfile.lock

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

0 comments on commit 5c6ff82

Please sign in to comment.