Skip to content

Commit

Permalink
Merge pull request #704 from UW-GAC/maint/security/django-4.2.15
Browse files Browse the repository at this point in the history
Update requirements file to newest 4.2 django version
  • Loading branch information
amstilp authored Aug 9, 2024
2 parents 0e9f352 + 8d6c06a commit 714edf8
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 @@ -44,7 +44,7 @@ decorator==5.1.1
# ipython
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 @@ -10,7 +10,7 @@ argon2-cffi # https://github.com/hynek/argon2_cffi

# Django
# ------------------------------------------------------------------------------
django>=4.2,<5.0 # https://www.djangoproject.com/
django>=4.2.15,<5.0 # https://www.djangoproject.com/
# Read from .env files
# Pin to <= 0.10.0 because 0.11+ introduces a bug with reading environment variables with # characters.
django-environ<=0.10.0 # https://github.com/joke2k/django-environ
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cryptography==42.0.5
# 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 714edf8

Please sign in to comment.