Bump whitenoise from 4.1.2 to 5.0.1

Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.2 to 5.0.1.
- [Release notes](https://github.com/evansd/whitenoise/releases)
- [Changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst)
- [Commits](https://github.com/evansd/whitenoise/compare/v4.1.2...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-14 11:00:07 +00:00 committed by GitHub
parent 906cc348d2
commit 5572797580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ django = "^2.2"
dj-database-url = "^0.5.0"
gunicorn = "^19.9"
psycopg2-binary = "^2.8"
whitenoise = "^4.1"
whitenoise = "^5.0"
[tool.poetry.dev-dependencies]