From 4441ac3eb56f25072e0c855fc41b76e28fb07204 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 04:45:02 +0000 Subject: [PATCH] Bump django from 3.1.7 to 3.2.3 Bumps [django](https://github.com/django/django) from 3.1.7 to 3.2.3. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.7...3.2.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- sample_project/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9752aa2..81d2250 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -django>=2.0,<3.2 +django>=2.0,<3.3 diff --git a/sample_project/requirements.txt b/sample_project/requirements.txt index 950e181..2ab3f16 100644 --- a/sample_project/requirements.txt +++ b/sample_project/requirements.txt @@ -1,3 +1,3 @@ -Django==3.1.7 +Django==3.2.3 -e ../ psycopg2-binary==2.8.6