From f9ca1e1eb2ac72b7902bc574967f0616e046b268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 17:01:23 +0000 Subject: [PATCH] Bump django from 4.0.2 to 4.0.3 Bumps [django](https://github.com/django/django) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.2...4.0.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b457a68f..666c3f25 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ attrs==20.3.0 # via pytest distlib==0.3.1 # via virtualenv -django==4.0.2 +django==4.0.3 # via -r requirements-dev.in filelock==3.0.12 # via