From d33fb124477744ae9d27c9ed4cba13c6e6787c3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:36:52 +0000 Subject: [PATCH] Bump whitenoise from 6.7.0 to 6.8.1 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.7.0 to 6.8.1. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.7.0...6.8.1) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 67764e22e..f7bd933fc 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -21,7 +21,7 @@ djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework # Web serving gunicorn==22.0.0 -whitenoise==6.7.0 +whitenoise==6.8.1 # Database APIs psycopg2==2.9.10