From 1f089897a86292d5f49fa407ffa801c914f942da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 23:07:34 +0000 Subject: [PATCH] Bump whitenoise from 5.2.0 to 6.1.0 Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.2.0 to 6.1.0. - [Release notes](https://github.com/evansd/whitenoise/releases) - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](https://github.com/evansd/whitenoise/compare/v5.2.0...6.1.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5c988c4..0bc54c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ gunicorn==20.0.4 psycopg2==2.8.6 pytz==2020.4 sqlparse==0.4.1 -whitenoise==5.2.0 +whitenoise==6.1.0 requests==2.25.1 numpy sklearn==0.0