From 9a4afd25b23ad3056f1373cbf682e04efebe20f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 08:22:12 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.0.6 Bumps [django](https://github.com/django/django) from 4.0.4 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.4...4.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 132de12..9bd3391 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ attrs==20.3.0 certifi==2020.12.5 chardet==3.0.4 charset-normalizer==2.0.12 -Django==4.0.4 +Django==4.0.6 fontawesome-free==5.15.1 gql==2.0.0 graphql-core==2.3.2 -- GitLab