From 63d274164f24cdf98cfb3d4dcf6adbf83da9953a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:32:51 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.1.13 Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..a7b2fd0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,14 +27,14 @@ python-versions = "*" [[package]] name = "django" -version = "3.0.8" +version = "3.1.13" 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 = "4cf553cd6a5a6e613b4d0322dd2ef3efc254834abef3a6a5c0515dc9923249f0" [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.13-py3-none-any.whl", hash = "sha256:a6e0d1ff11095b7394c079ade7094c73b2dc3df4a7a373c9b58ed73b77a97feb"}, + {file = "Django-3.1.13.tar.gz", hash = "sha256:9f8be75646f62204320b195062b1d696ba28aa3d45ee72fb7c888ffaebc5bdb2"}, ] 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..fbb0079 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.13" djangorestframework = "^3.11.2" djangorestframework-simplejwt = "^4.4.0" gunicorn = "^20.0.4"