Skip to content

Commit

Permalink
fix(deps): update dependency whitenoise to v6.9.0 (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2025
1 parent 5ced101 commit 9c6d935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ django-csp = "3.8" # https://github.com/mozilla/django-csp
django-picklefield = "3.2" # https://github.com/gintas/django-picklefield
django-encrypted-model-fields = "0.6.5" # https://gitlab.com/lansharkconsulting/django/django-encrypted-model-fields
argon2-cffi = "23.1.0" # https://github.com/hynek/argon2_cffi
whitenoise = "6.8.2" # https://github.com/evansd/whitenoise
whitenoise = "6.9.0" # https://github.com/evansd/whitenoise
# Django REST Framework
# ------------------------------------------------------------------------------
djangorestframework = "3.15.2" # https://github.com/encode/django-rest-framework
Expand Down

0 comments on commit 9c6d935

Please sign in to comment.