From b023078e04b75d131fb949087bc0fd1acc25d48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:36:26 +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.10 - [Commits](https://github.com/django/django/compare/5.0.8...5.0.10) --- 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..c2bf9be 100644 --- a/backend/server/requirements.txt +++ b/backend/server/requirements.txt @@ -1,4 +1,4 @@ -Django==5.0.8 +Django==5.0.10 djangorestframework>=3.15.2 django-allauth==0.63.3 drf-yasg==1.21.4