Skip to content

Commit

Permalink
chore: upgrade Django to 4.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed May 8, 2024
1 parent 720e561 commit d3978cd
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 @@ -75,7 +75,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.11
django==4.2.13
# 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 @@ -137,7 +137,7 @@ dill==0.3.8
# via
# -r requirements/validation.txt
# pylint
django==4.2.11
django==4.2.13
# via
# -c requirements/common_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 @@ -135,7 +135,7 @@ dill==0.3.8
# via
# -r requirements/test.txt
# pylint
django==4.2.11
django==4.2.13
# 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 @@ -103,7 +103,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.11
django==4.2.13
# via
# -c requirements/common_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 @@ -114,7 +114,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -c requirements/common_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 @@ -121,7 +121,7 @@ defusedxml==0.8.0rc2
# social-auth-core
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -c requirements/common_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 @@ -150,7 +150,7 @@ dill==0.3.8
# -r requirements/quality.txt
# -r requirements/test.txt
# pylint
django==4.2.11
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
Expand Down

0 comments on commit d3978cd

Please sign in to comment.