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 9, 2023
1 parent 353f993 commit 8c8bcc4
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 @@ -38,7 +38,7 @@ cryptography==40.0.0
# 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 @@ -38,7 +38,7 @@ cryptography==40.0.0
# 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 @@ -42,7 +42,7 @@ cryptography==40.0.0
# 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 @@ -38,7 +38,7 @@ cryptography==40.0.0
# 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 8c8bcc4

Please sign in to comment.