Skip to content

Commit

Permalink
Merge pull request #681 from UW-GAC/maint/security/django-4.2.15
Browse files Browse the repository at this point in the history
Update minimum django version to address security update
  • Loading branch information
amstilp authored Aug 9, 2024
2 parents d43c139 + 92c1f8f commit 144dc12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.14
django==4.2.15
# via
# -c requirements/requirements.txt
# django-debug-toolbar
Expand Down
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
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cryptography==42.0.4
# via pyjwt
defusedxml==0.7.1
# via python3-openid
django==4.2.14
django==4.2.15
# via
# -r requirements/requirements.in
# crispy-bootstrap5
Expand Down

0 comments on commit 144dc12

Please sign in to comment.