From 920804762f6b155f10ff2c85ed1cde2587eebafc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 19:14:21 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.6 Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.6) Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b00fb71..9ac14ef 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,14 +27,14 @@ python-versions = "*" [[package]] name = "django" -version = "3.0.8" +version = "3.1.6" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false python-versions = ">=3.6" [package.dependencies] -asgiref = ">=3.2,<4.0" +asgiref = ">=3.2.10,<4" pytz = "*" sqlparse = ">=0.2.2" @@ -196,7 +196,7 @@ brotli = ["brotli"] [metadata] lock-version = "1.1" python-versions = "3.8.2" -content-hash = "c9bb30cb062f3731af6924c3d663053949824e9161d5c55a677cbdd23d7c7ba4" +content-hash = "7ca8bf2dcc04886c4aee244cdf58abee204ca404cbacabfe7db03cfe947db587" [metadata.files] asgiref = [ @@ -212,8 +212,8 @@ chardet = [ {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"}, ] django = [ - {file = "Django-3.0.8-py3-none-any.whl", hash = "sha256:5457fc953ec560c5521b41fad9e6734a4668b7ba205832191bbdff40ec61073c"}, - {file = "Django-3.0.8.tar.gz", hash = "sha256:31a5fbbea5fc71c99e288ec0b2f00302a0a92c44b13ede80b73a6a4d6d205582"}, + {file = "Django-3.1.6-py3-none-any.whl", hash = "sha256:169e2e7b4839a7910b393eec127fd7cbae62e80fa55f89c6510426abf673fe5f"}, + {file = "Django-3.1.6.tar.gz", hash = "sha256:c6c0462b8b361f8691171af1fb87eceb4442da28477e12200c40420176206ba7"}, ] django-cors-headers = [ {file = "django-cors-headers-3.4.0.tar.gz", hash = "sha256:f5218f2f0bb1210563ff87687afbf10786e080d8494a248e705507ebd92d7153"}, diff --git a/pyproject.toml b/pyproject.toml index 822c805..7466298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Skyler Burger "] [tool.poetry.dependencies] python = "3.8.2" -django = "^3.0.8" +django = "^3.1.6" djangorestframework = "^3.11.2" djangorestframework-simplejwt = "^4.4.0" gunicorn = "^20.0.4"