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

Commit

Permalink
chore: upgrade Django to 3.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Sep 8, 2023
1 parent 4667420 commit 443c037
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cryptography==41.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.20
django==3.2.21
# via
# -c requirements/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 @@ -34,7 +34,7 @@ cryptography==41.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
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/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cryptography==41.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cryptography==41.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.20
django==3.2.21
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit 443c037

Please sign in to comment.