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.20
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored and Agrendalath committed Jul 13, 2023
1 parent e3cee0b commit 03a4649
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 @@ -32,7 +32,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.19
django==3.2.20
# 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 @@ -90,7 +90,7 @@ dill==0.3.5.1
# via
# -r requirements/test.txt
# pylint
django==3.2.19
django==3.2.20
# 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 @@ -54,7 +54,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.19
django==3.2.20
# 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 @@ -72,7 +72,7 @@ diff-cover==6.5.1
# via -r requirements/test.in
dill==0.3.5.1
# via pylint
django==3.2.19
django==3.2.20
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down

0 comments on commit 03a4649

Please sign in to comment.