Skip to content

Commit

Permalink
Upgrade django to 4.2.15 (#4158)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimasciput authored Aug 18, 2024
1 parent 41e6522 commit 7e5b46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deployment/docker/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.11
Django==4.2.15
psycopg2==2.9.9
django-braces==1.14.0
django-model-utils==4.0.0
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker/temp/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.11
Django==4.2.15
psycopg2==2.9.9
django-braces==1.14.0
django-model-utils==4.0.0
Expand Down
2 changes: 1 addition & 1 deletion deployment/production/REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.2.11
Django==4.2.15
psycopg2==2.9.9
django-braces==1.14.0
django-model-utils==4.0.0
Expand Down

0 comments on commit 7e5b46e

Please sign in to comment.