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

Commit

Permalink
Merge pull request #588 from mtyaka/mtyaka/patch-django
Browse files Browse the repository at this point in the history
chore: upgrade Django to 3.2.16
  • Loading branch information
ashultz0 authored Oct 24, 2022
2 parents f789e65 + 967075d commit c8f7e98
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 @@ -36,7 +36,7 @@ cryptography==38.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.15
django==3.2.16
# 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 @@ -36,7 +36,7 @@ cryptography==38.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.15
django==3.2.16
# 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.15
django==3.2.16
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cryptography==38.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.15
django==3.2.16
# 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 @@ -36,7 +36,7 @@ cryptography==38.0.1
# via
# django-fernet-fields
# pyjwt
django==3.2.15
django==3.2.16
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down

0 comments on commit c8f7e98

Please sign in to comment.