Bump gunicorn from 19.9.0 to 20.0.4

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 20.0.4.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...20.0.4)

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

View file

@ -8,7 +8,7 @@ authors = ["Jonathan Cremin <jonathan@crem.in>"]
python = "^3.6"
django = "^2.2"
dj-database-url = "^0.5.0"
gunicorn = "^19.9"
gunicorn = "^20.0"
psycopg2-binary = "^2.8"
whitenoise = "^5.0"