From 62be61e26ab3a3c86fa345db8e15a004499f6765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 13:42:02 +0000 Subject: [PATCH] [pip] Bump whitenoise from 6.6.0 to 6.7.0 in /vreapis Bumps [whitenoise](https://github.com/evansd/whitenoise) from 6.6.0 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/6.6.0...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- vreapis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vreapis/requirements.txt b/vreapis/requirements.txt index d46e574..c046784 100644 --- a/vreapis/requirements.txt +++ b/vreapis/requirements.txt @@ -2,7 +2,7 @@ django==5.0.3 djangorestframework==3.14.0 djangorestframework-gis==1.0 django-filter==24.2 -whitenoise==6.6.0 +whitenoise==6.7.0 gunicorn==22.0.0 pyyaml==6.0.1 requests==2.31.0