From 743774dbca49e6b300f0b3464f5f1887083e8a94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:37:24 +0000 Subject: [PATCH] build(deps): bump django Bumps the pip group with 1 update in the /backend/server directory: [django](https://github.com/django/django). Updates `django` from 5.0.8 to 5.0.11 - [Commits](https://github.com/django/django/compare/5.0.8...5.0.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/server/requirements.txt b/backend/server/requirements.txt index 4e6b0aa..0e2ccbf 100644 --- a/backend/server/requirements.txt +++ b/backend/server/requirements.txt @@ -1,4 +1,4 @@ -Django==5.0.8 +Django==5.0.11 djangorestframework>=3.15.2 django-allauth==0.63.3 drf-yasg==1.21.4