Bump django from 2.2.8 to 3.0.2

Bumps [django](https://github.com/django/django) from 2.2.8 to 3.0.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.8...3.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-16 07:27:40 +00:00 committed by GitHub
parent 32004462a5
commit adaaa6c6ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

View file

@ -6,7 +6,7 @@ authors = ["Jonathan Cremin <jonathan@crem.in>"]
[tool.poetry.dependencies]
python = "^3.6"
django = "^2.2"
django = "^3.0"
dj-database-url = "^0.5.0"
gunicorn = "^20.0"
psycopg2-binary = "^2.8"