From c88de18698608a449afb9d2f225cbb784d22238c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 01:03:26 +0000 Subject: [PATCH] Bump django from 3.2.4 to 4.1.4 in /backend Bumps [django](https://github.com/django/django) from 3.2.4 to 4.1.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.4...4.1.4) --- 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..11bb023 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.4 graphene-django==2.15.0 graphene==2.1.8 graphql-core==2.3.2