Skip to content

Commit

Permalink
fix(deps): update dependency django to v5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent eb2dbd1 commit b9cbc34
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 @@ -12,7 +12,7 @@ python = ">= 3.10, < 3.13"
# Django
# ------------------------------------------------------------------------------
gunicorn = "23.0.0" # https://github.com/benoitc/gunicorn
django = "5.1.3" # https://www.djangoproject.com/
django = "5.1.4" # https://www.djangoproject.com/
django-environ = "0.11.2" # https://github.com/joke2k/django-environ
django-filter = "24.3" # https://github.com/carltongibson/django-filter
django-csp = "3.8" # https://github.com/mozilla/django-csp
Expand Down

0 comments on commit b9cbc34

Please sign in to comment.