From c96a48529acbf3d09b59fc1e982f03f3e5523087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:05:40 +0000 Subject: [PATCH] Bump whitenoise from 6.9.0 to 6.10.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.9.0 to 6.10.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.9.0...6.10.0) --- updated-dependencies: - dependency-name: whitenoise dependency-version: 6.10.0 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 529ea6683..6ab8a21a3 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -18,7 +18,7 @@ django-bootstrap-breadcrumbs==0.9.2 # Web serving gunicorn==20.1.0 -whitenoise==6.9.0 +whitenoise==6.10.0 # Database APIs psycopg2==2.9.10