From 08e0b1e2a23a81414019b79358113f3713366c0a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 06:48:05 +0000 Subject: [PATCH] Bump django from 3.1.5 to 3.1.7 Bumps [django](https://github.com/django/django) from 3.1.5 to 3.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.5...3.1.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5a725c9..fcaacc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -148,7 +148,7 @@ python-versions = "*" [[package]] name = "django" -version = "3.1.5" +version = "3.1.7" description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." category = "main" optional = false @@ -1133,7 +1133,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "2c994df1a39b0c5fddefe8d73bca0e447c6cadc51e0fb6dcf11459bd2457e56c" +content-hash = "2f835b344cc3b9795d49edd0a467ce382b62d25fc45f249f5fd29cabc37b8a10" [metadata.files] alabaster = [ @@ -1224,8 +1224,8 @@ dj-database-url = [ {file = "dj_database_url-0.5.0-py2.py3-none-any.whl", hash = "sha256:851785365761ebe4994a921b433062309eb882fedd318e1b0fcecc607ed02da9"}, ] django = [ - {file = "Django-3.1.5-py3-none-any.whl", hash = "sha256:efa2ab96b33b20c2182db93147a0c3cd7769d418926f9e9f140a60dca7c64ca9"}, - {file = "Django-3.1.5.tar.gz", hash = "sha256:2d78425ba74c7a1a74b196058b261b9733a8570782f4e2828974777ccca7edf7"}, + {file = "Django-3.1.7-py3-none-any.whl", hash = "sha256:baf099db36ad31f970775d0be5587cc58a6256a6771a44eb795b554d45f211b8"}, + {file = "Django-3.1.7.tar.gz", hash = "sha256:32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7"}, ] django-appconf = [ {file = "django-appconf-1.0.4.tar.gz", hash = "sha256:be58deb54a43d77d2e1621fe59f787681376d3cd0b8bd8e4758ef6c3a6453380"}, diff --git a/pyproject.toml b/pyproject.toml index 2ed86fc..56e2b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "GNU General Public License v3.0" [tool.poetry.dependencies] python = "^3.8" -Django = "^3.1.5" +Django = "^3.1.7" requests = "^2.25.1" django-bootstrap-form = "^3.4" django-cors-headers = "^3.6.0" -- GitLab