Skip to content

Commit

Permalink
Update minimum django version to address security update
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Aug 9, 2024
1 parent d43c139 commit 654daf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ oauthlib # https://github.com/oauthlib/oauthlib
# Password hashing
argon2-cffi # https://github.com/hynek/argon2_cffi

django>=4.2,<5.0 # pyup: < 3.3 # https://www.djangoproject.com/
django>=4.2.15,<5.0 # pyup: < 3.3 # https://www.djangoproject.com/
# Read from .env files
# Note that django-environ 0.11+ introduces a bug where secret keys are truncated if they have a #
# https://github.com/joke2k/django-environ/issues/497
Expand Down

0 comments on commit 654daf1

Please sign in to comment.