Skip to content

Commit

Permalink
Merge pull request #762 from magajh/magajh/patch-django-quince-4.2.10
Browse files Browse the repository at this point in the history
chore: update Django to 4.2.10 for Quince - Security Patch
  • Loading branch information
cmltaWt0 authored Feb 7, 2024
2 parents 8c89995 + 0bdaa92 commit e600b5a
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 @@ -64,7 +64,7 @@ defusedxml==0.7.1
# djangorestframework-xml
# python3-openid
# social-auth-core
django==4.2.7
django==4.2.10
# via
# -r requirements/base.in
# django-celery-results
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.7
django==4.2.10
# via
# -r requirements/quality.txt
# -r requirements/test.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.7
django==4.2.10
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.7
django==4.2.10
# via
# -r requirements/test.txt
# django-celery-results
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ defusedxml==0.7.1
# djangorestframework-xml
# python3-openid
# social-auth-core
django==4.2.7
django==4.2.10
# 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 @@ -102,7 +102,7 @@ defusedxml==0.7.1
# social-auth-core
dill==0.3.7
# via pylint
django==4.2.7
django==4.2.10
# via
# -r requirements/base.txt
# django-celery-results
Expand Down
2 changes: 1 addition & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.7
django==4.2.10
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit e600b5a

Please sign in to comment.