From 789bf84f05d1c44da9941115f7ae1fd3edeb496f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:19:24 +0000 Subject: [PATCH] Bump django from 4.0.8 to 4.1.9 in /svcs/soundscape-authoring/backend Bumps [django](https://github.com/django/django) from 4.0.8 to 4.1.9. - [Commits](https://github.com/django/django/compare/4.0.8...4.1.9) --- 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..18b2d34b 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.9 # 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