Skip to content

Commit ac98b89

Browse files
fix(deps): update dependency django-environ to v0.13.0 (SecObserve#3990)
1 parent f5768cd commit ac98b89

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

backend/poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = ">= 3.11, < 3.15"
1212
# ------------------------------------------------------------------------------
1313
gunicorn = "25.1.0" # https://github.com/benoitc/gunicorn
1414
django = "5.2.11" # https://www.djangoproject.com/
15-
django-environ = "0.12.1" # https://github.com/joke2k/django-environ
15+
django-environ = "0.13.0" # https://github.com/joke2k/django-environ
1616
django-filter = "25.2" # https://github.com/carltongibson/django-filter
1717
django-csp = "4.0" # https://github.com/mozilla/django-csp
1818
django-picklefield = "3.4.0" # https://github.com/gintas/django-picklefield

0 commit comments

Comments
 (0)