From 477f945478459350937fa06f967631d19e9fb0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 23:32:44 +0000 Subject: [PATCH] Update dependency whitenoise to v6 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index e7db91f..884695c 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ gunicorn = "==20.1.0" psycopg2-binary = "==2.9.1" sentry-sdk = "==1.4.3" django-split-settings = "==1.1.0" -whitenoise = "==5.3.0" +whitenoise = "==6.2.0" django-lifecycle = "*" django-filter = "*" django-bootstrap4 = "*"