From 73c2c2c34f33826043262cad18770959d131c3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 09:57:31 -0500 Subject: [PATCH] Bump django from 4.0 to 4.0.1 (#28) Bumps [django](https://github.com/django/django) from 4.0 to 4.0.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0...4.0.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 46cd12b..80931c0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -Django==4.0 +Django==4.0.1 pycodestyle==2.7.0 flake8==3.9.2 twine==3.4.2