Skip to content

Commit

Permalink
chore: upgrade Django to 3.2.21 (#2170)
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh authored Sep 12, 2023
1 parent 9728cbb commit 20e6aad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ distro==1.8.0
# via
# -r requirements/dev.txt
# docker-compose
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ defusedxml==0.7.1
# social-auth-core
didkit==0.3.2
# via -r requirements/base.in
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ distlib==0.3.6
# virtualenv
distro==1.8.0
# via docker-compose
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.20
django==3.2.21
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ defusedxml==0.7.1
# social-auth-core
didkit==0.3.2
# via -r requirements/base.txt
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/translations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
asgiref==3.6.0
# via django
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down

0 comments on commit 20e6aad

Please sign in to comment.