From 541f39fa650d1109dfd223362318e4d79bf3b36f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:13:19 +0000 Subject: [PATCH] chore(deps): bump django from 5.0.10 to 5.0.11 Bumps [django](https://github.com/django/django) from 5.0.10 to 5.0.11. - [Commits](https://github.com/django/django/compare/5.0.10...5.0.11) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d1028d04..4a144c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "django-redis>=5.4.0", "django-safedelete>=1.4.0", "django-websocket-redis>=0.6.0", - "django==5.0.10", + "django==5.0.11", "djangorestframework>=3.15.2", "drf-api-tracking>=1.8.4", "drf-extensions>=0.7.1",