Skip to content

Commit

Permalink
chore: upgrade Django to 4.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored and farhaanbukhsh committed Dec 9, 2024
1 parent 37a52c0 commit 0be4d09
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 @@ -66,7 +66,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ distlib==0.3.9
# via
# -r requirements/validation.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -r requirements/validation.txt
# django-celery-results
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.16
django==4.2.17
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.16
django==4.2.17
# 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 @@ -132,7 +132,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ distlib==0.3.9
# -r requirements/quality.txt
# -r requirements/test.txt
# virtualenv
django==4.2.16
django==4.2.17
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 0be4d09

Please sign in to comment.