From bfc3a2231e9e4c59226d4a7208a103e781366ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:32:11 +0000 Subject: [PATCH] Bump django from 3.2.4 to 4.1.2 in /backend Bumps [django](https://github.com/django/django) from 3.2.4 to 4.1.2. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.4...4.1.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f9723b5..1247db5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -19,7 +19,7 @@ daphne==3.0.2; python_version >= '3.6' dj-database-url==0.5.0 django-cors-headers==3.7.0 django-heroku==0.3.1 -django==3.2.4 +django==4.1.2 graphene-django==2.15.0 graphene==2.1.8 graphql-core==2.3.2