From f1fd06d2aa7c8c9806bf6dae5d32a63ea041402f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 05:44:19 +0000 Subject: [PATCH] Bump django from 3.0.6 to 3.0.7 Bumps [django](https://github.com/django/django) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.6...3.0.7) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c91da07a..bcde980e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -55,7 +55,7 @@ description = "A high-level Python Web framework that encourages rapid developme name = "django" optional = false python-versions = ">=3.6" -version = "3.0.6" +version = "3.0.7" [package.dependencies] asgiref = ">=3.2,<4.0" @@ -448,7 +448,7 @@ pathspec = ">=0.5.3" pyyaml = "*" [metadata] -content-hash = "5ca7678dff2bccbcd1ea24c68fbc13c0dbd4ed9ff2fabc2f1190bddddcac538d" +content-hash = "a7849c62051cdeddd1b2ddce6f04539d53557bc5359dcd0aa7f8b91502174959" python-versions = "^3.8" [metadata.files] @@ -476,8 +476,8 @@ distlib = [ {file = "distlib-0.3.0.zip", hash = "sha256:2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21"}, ] django = [ - {file = "Django-3.0.6-py3-none-any.whl", hash = "sha256:051ba55d42daa3eeda3944a8e4df2bc96d4c62f94316dea217248a22563c3621"}, - {file = "Django-3.0.6.tar.gz", hash = "sha256:9aaa6a09678e1b8f0d98a948c56482eac3e3dd2ddbfb8de70a868135ef3b5e01"}, + {file = "Django-3.0.7-py3-none-any.whl", hash = "sha256:e1630333248c9b3d4e38f02093a26f1e07b271ca896d73097457996e0fae12e8"}, + {file = "Django-3.0.7.tar.gz", hash = "sha256:5052b34b34b3425233c682e0e11d658fd6efd587d11335a0203d827224ada8f2"}, ] filelock = [ {file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"}, diff --git a/pyproject.toml b/pyproject.toml index b8c8447e..64f9c35f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ mkdocs-material = "^5.2.2" [tool.poetry.dev-dependencies] dependencies = "^1.0" -django = "^3.0.6" +django = "^3.0.7" flake8 = "^3.8.2" invoke = "^1.4.0" pre-commit = "^2.4.0"