From f5f16dcc54348b26591a90a9bfc6d1d3d600d513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 16:57:31 +0000 Subject: [PATCH] Bump django from 3.1.1 to 4.1.7 Bumps [django](https://github.com/django/django) from 3.1.1 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.1...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ae3218e..23d7be3 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ black = "==19.10b0" flake8 = "~=3.8" [packages] -Django = "==3.1.1" +Django = "==4.1.7" django-widget-tweaks = "~=1.4" requests = "~=2.24" atomicwrites = "~=1.4"