From bbf8ee9e0b9388db9500080bca233141e03c9c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 May 2021 01:59:18 +0000 Subject: [PATCH] build(deps): bump django from 3.1.11 to 3.2.3 Bumps [django](https://github.com/django/django) from 3.1.11 to 3.2.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.11...3.2.3) Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ef9914..5992e50 100644 --- a/poetry.lock +++ b/poetry.lock @@ -244,19 +244,19 @@ python-versions = ">=3.5" [[package]] name = "django" -version = "3.1.11" +version = "3.2.3" 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.10,<4" +asgiref = ">=3.3.2,<4" pytz = "*" sqlparse = ">=0.2.2" [package.extras] -argon2 = ["argon2-cffi (>=16.1.0)"] +argon2 = ["argon2-cffi (>=19.1.0)"] bcrypt = ["bcrypt"] [[package]] @@ -1165,7 +1165,7 @@ typing_extensions = ">=3.6,<4.0" [metadata] lock-version = "1.1" python-versions = "~3.8" -content-hash = "fe41874d26f79c7e49a2c6cc6661e48964d7ad7ae5c9f8681323165234a9dd1c" +content-hash = "5623781a33e6574a8cc2aa4a4723802e85752b364ed4553ab19bfa68772acacf" [metadata.files] amqp = [ @@ -1298,8 +1298,8 @@ decorator = [ {file = "decorator-5.0.9.tar.gz", hash = "sha256:72ecfba4320a893c53f9706bebb2d55c270c1e51a28789361aa93e4a21319ed5"}, ] django = [ - {file = "Django-3.1.11-py3-none-any.whl", hash = "sha256:c79245c488411d1ae300b8f7a08ac18a496380204cf3035aff97ad917a8de999"}, - {file = "Django-3.1.11.tar.gz", hash = "sha256:9a0a2f3d34c53032578b54db7ec55929b87dda6fec27a06cc2587afbea1965e5"}, + {file = "Django-3.2.3-py3-none-any.whl", hash = "sha256:7e0a1393d18c16b503663752a8b6790880c5084412618990ce8a81cc908b4962"}, + {file = "Django-3.2.3.tar.gz", hash = "sha256:13ac78dbfd189532cad8f383a27e58e18b3d33f80009ceb476d7fcbfc5dcebd8"}, ] django-debug-toolbar = [ {file = "django-debug-toolbar-3.2.1.tar.gz", hash = "sha256:a5ff2a54f24bf88286f9872836081078f4baa843dc3735ee88524e89f8821e33"}, diff --git a/pyproject.toml b/pyproject.toml index 6659f6a..9ec4656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "~3.8" -django = "~3.1" +django = "~3.2" django-simpleui = "~2021.3" uvicorn = "~0.13.4" psycopg2-binary = "~2.8.6"