From 72c659d888ff68205b6329e92cf48093da905b25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 23:26:38 +0000 Subject: [PATCH] Bump django from 4.0.8 to 4.1.10 in /svcs/soundscape-authoring/backend Bumps [django](https://github.com/django/django) from 4.0.8 to 4.1.10. - [Commits](https://github.com/django/django/compare/4.0.8...4.1.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- svcs/soundscape-authoring/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svcs/soundscape-authoring/backend/requirements.txt b/svcs/soundscape-authoring/backend/requirements.txt index 1b427769..fc733164 100644 --- a/svcs/soundscape-authoring/backend/requirements.txt +++ b/svcs/soundscape-authoring/backend/requirements.txt @@ -1,6 +1,6 @@ pip==22.2.2 # Installing Python packages -django==4.0.8 # Django framework +django==4.1.10 # Django framework djangorestframework==3.13.1 # REST API support for Pillow==9.3.0 # Required for the ImageField model field psycopg2==2.9.3 # PostgreSQL database adapter