Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
chore: upgrade Django to 3.2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored and Agrendalath committed Feb 7, 2024
1 parent 4c4d5f0 commit af4e1bc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dill==0.3.7
# via
# -r requirements/test.txt
# pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ diff-cover==7.7.0
# via -r requirements/test.in
dill==0.3.7
# via pylint
django==3.2.23
django==3.2.24
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down

0 comments on commit af4e1bc

Please sign in to comment.