From 63e5a352732b2ecc589e084bc66d4b7dfe3e0528 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 07:38:15 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.0.4 Bumps [django](https://github.com/django/django) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.0.4) 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 f6ab769d..9e998cf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -58,7 +58,7 @@ description = "A high-level Python Web framework that encourages rapid developme name = "django" optional = false python-versions = ">=3.6" -version = "3.0.3" +version = "3.0.4" [package.dependencies] asgiref = ">=3.2,<4.0" @@ -419,7 +419,7 @@ pathspec = ">=0.5.3" pyyaml = "*" [metadata] -content-hash = "e8135badcd4084e4c3b7ea6500d7d2c275059bcccb4043a024835394d2605521" +content-hash = "bb41bb2ab11c1cbb06e1518d45f7424cf615f3f43d5b97a632972c7fbc431204" python-versions = "^3.8" [metadata.files] @@ -447,8 +447,8 @@ distlib = [ {file = "distlib-0.3.0.zip", hash = "sha256:2e166e231a26b36d6dfe35a48c4464346620f8645ed0ace01ee31822b288de21"}, ] django = [ - {file = "Django-3.0.3-py3-none-any.whl", hash = "sha256:c91c91a7ad6ef67a874a4f76f58ba534f9208412692a840e1d125eb5c279cb0a"}, - {file = "Django-3.0.3.tar.gz", hash = "sha256:2f1ba1db8648484dd5c238fb62504777b7ad090c81c5f1fd8d5eb5ec21b5f283"}, + {file = "Django-3.0.4-py3-none-any.whl", hash = "sha256:89e451bfbb815280b137e33e454ddd56481fdaa6334054e6e031041ee1eda360"}, + {file = "Django-3.0.4.tar.gz", hash = "sha256:50b781f6cbeb98f673aa76ed8e572a019a45e52bdd4ad09001072dfd91ab07c8"}, ] entrypoints = [ {file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"}, diff --git a/pyproject.toml b/pyproject.toml index 956411c2..63527535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ mkdocs-material = "^4.6.3" [tool.poetry.dev-dependencies] dependencies = "^1.0" -django = "^3.0.3" +django = "^3.0.4" flake8 = "^3.7.9" invoke = "^1.4.0" pre-commit = "^2.2.0"