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

Commit c886f99

Browse files
committed
chore: upgrade Django to 3.2.24
1 parent 4c4d5f0 commit c886f99

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defusedxml==0.8.0rc2
2626
# via
2727
# python3-openid
2828
# social-auth-core
29-
django==3.2.23
29+
django==3.2.24
3030
# via
3131
# -c requirements/common_constraints.txt
3232
# -c requirements/constraints.txt

requirements/local.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ dill==0.3.7
8888
# via
8989
# -r requirements/test.txt
9090
# pylint
91-
django==3.2.23
91+
django==3.2.24
9292
# via
9393
# -c requirements/common_constraints.txt
9494
# -c requirements/constraints.txt

requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ defusedxml==0.8.0rc2
4545
# -r requirements/base.txt
4646
# python3-openid
4747
# social-auth-core
48-
django==3.2.23
48+
django==3.2.24
4949
# via
5050
# -c requirements/common_constraints.txt
5151
# -c requirements/constraints.txt

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ diff-cover==7.7.0
6161
# via -r requirements/test.in
6262
dill==0.3.7
6363
# via pylint
64-
django==3.2.23
64+
django==3.2.24
6565
# via
6666
# -c requirements/common_constraints.txt
6767
# -c requirements/constraints.txt

0 commit comments

Comments
 (0)