Skip to content

Commit

Permalink
chore: upgrade Django to 4.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored and farhaanbukhsh committed Feb 12, 2025
1 parent 50a4834 commit 2654b6c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ diff-match-patch==20230430
# via django-import-export
distro==1.9.0
# via openai
django==4.2.17
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ distro==1.9.0
# -r requirements/quality.txt
# -r requirements/test.txt
# openai
django==4.2.17
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.17
django==4.2.19
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ distro==1.9.0
# via
# -r requirements/test.txt
# openai
django==4.2.17
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ distro==1.9.0
# via
# -r requirements/base.txt
# openai
django==4.2.17
django==4.2.19
# via
# -r requirements/base.txt
# django-celery-results
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ distro==1.9.0
# via
# -r requirements/base.txt
# openai
django==4.2.17
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ distro==1.9.0
# -r requirements/quality.txt
# -r requirements/test.txt
# openai
django==4.2.17
django==4.2.19
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down

0 comments on commit 2654b6c

Please sign in to comment.