From fceb4d518dcce0b95c8cb4bfaee7046f8da0a4a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 18:33:14 +0000 Subject: [PATCH] Bump django from 3.2.0 to 4.1.2 Bumps [django](https://github.com/django/django) from 3.2.0 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2...4.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c946498..2eb93c1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flake8==3.7.8 # Django Framework -Django==3.2.0 +Django==4.1.2 # Third-party app dependencies twilio==6.30.0