From 3f863cf150f2f08e1ecda1f5fd44eaee20ff7e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Aug 2022 00:34:40 +0000 Subject: [PATCH] Bump django from 3.2.13 to 4.1 Bumps [django](https://github.com/django/django) from 3.2.13 to 4.1. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.13...4.1) --- 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 5ef61a0..f3212c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.13 +Django==4.1 django-phonenumber-field==6.3.0 djangorestframework==3.13.1