From 5c2f1b5afd634f80a930708889f27a5c6e28d465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:35:49 +0000 Subject: [PATCH] build(deps): bump whitenoise from 6.6.0 to 6.8.2 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.6.0 to 6.8.2. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.6.0...6.8.2) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/production.txt b/requirements/production.txt index b24c99e..98eab0e 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -6,4 +6,4 @@ gunicorn==22.0.0 # https://github.com/benoitc/gunicorn psycopg2==2.9.3 # https://github.com/psycopg/psycopg2 # Whitenoise for static files -whitenoise==6.6.0 +whitenoise==6.8.2