Skip to content

Commit

Permalink
Merge pull request #623 from magajh/magajh/patch-django-quince-4.2.11
Browse files Browse the repository at this point in the history
chore: update Django to 4.2.11 for Quince - Security Patch
  • Loading branch information
cmltaWt0 authored Apr 7, 2024
2 parents 170fd2a + 917ffdd commit 1f4cd6b
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.10
django==4.2.11
# via
# -c requirements/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 @@ -131,7 +131,7 @@ dill==0.3.7
# via
# -r requirements/validation.txt
# pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/constraints.txt
# -r requirements/validation.txt
Expand Down
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 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/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 @@ -94,7 +94,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.10
django==4.2.11
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.7
# via pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.7
# via pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
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 @@ dill==0.3.7
# -r requirements/quality.txt
# -r requirements/test.txt
# pylint
django==4.2.10
django==4.2.11
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
Expand Down

0 comments on commit 1f4cd6b

Please sign in to comment.