Skip to content

Commit

Permalink
fix: Pin django version to 5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trangiabach committed Mar 31, 2024
1 parent d7378b9 commit 27f57fc
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 104 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.3"
django-cors-headers = "*"
pyyaml = "*"
uritemplate = "*"
Expand Down
Loading

0 comments on commit 27f57fc

Please sign in to comment.