From 08067b88a70514c8742b4feaf81f0756adc50cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 08:05:09 +0000 Subject: [PATCH] chore(deps): bump django from 4.0.7 to 4.1.4 in /backend Bumps [django](https://github.com/django/django) from 4.0.7 to 4.1.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.0.7...4.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-minor ... 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 861cdbb85..6ef34dab1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==4.0.7 +Django==4.1.4 structlog==22.1.0 django-structlog==3.0.1 celery==5.2.7