Skip to content

Commit

Permalink
Merge pull request #336 from magajh/magajh/patch-django-quince
Browse files Browse the repository at this point in the history
chore: update Django to 4.2.7 for Quince - Security Patch
  • Loading branch information
cmltaWt0 authored Dec 11, 2023
2 parents 4e35ec1 + 48aa06c commit 18c21ad
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 @@ -68,7 +68,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.6
django==4.2.7
# 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 @@ -138,7 +138,7 @@ distlib==0.3.7
# via
# -r requirements/validation.txt
# virtualenv
django==4.2.6
django==4.2.7
# 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.6
django==4.2.7
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.6
django==4.2.7
# 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 @@ -97,7 +97,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.6
django==4.2.7
# 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 @@ -128,7 +128,7 @@ distlib==0.3.7
# via
# -r requirements/test.txt
# virtualenv
django==4.2.6
django==4.2.7
# via
# -r requirements/test.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 @@ -159,7 +159,7 @@ distlib==0.3.7
# -r requirements/quality.txt
# -r requirements/test.txt
# virtualenv
django==4.2.6
django==4.2.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 18c21ad

Please sign in to comment.