From 1e418c2151849f3fe01538e39e0beffff1764727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 14:51:17 +0000 Subject: [PATCH] Bump django from 3.0.8 to 3.0.12 Bumps [django](https://github.com/django/django) from 3.0.8 to 3.0.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.8...3.0.12) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b00fb71..7e549c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,7 +27,7 @@ python-versions = "*" [[package]] name = "django" -version = "3.0.8" +version = "3.0.12" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -196,7 +196,7 @@ brotli = ["brotli"] [metadata] lock-version = "1.1" python-versions = "3.8.2" -content-hash = "c9bb30cb062f3731af6924c3d663053949824e9161d5c55a677cbdd23d7c7ba4" +content-hash = "6a18953f9ed5dc121089d46777687da00790445911bb785955f0aea75cf338c1" [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.0.12-py3-none-any.whl", hash = "sha256:30c9ad3413805c0d4f2d619c2d06cfa66d070e812ca524562a80ba4291d1661f"}, + {file = "Django-3.0.12.tar.gz", hash = "sha256:fd63e2c7acca5f2e7ad93dfb53d566e040d871404fc0f684a3e720006d221f9a"}, ] 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..56b24b4 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.0.12" djangorestframework = "^3.11.2" djangorestframework-simplejwt = "^4.4.0" gunicorn = "^20.0.4"