From a5174bc52e3b1c392727e2beae2119e8c4292b57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:50:25 +0000 Subject: [PATCH] build(deps): Bump django from 5.1.6 to 5.1.8 Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.8. - [Commits](https://github.com/django/django/compare/5.1.6...5.1.8) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3231140..11cad26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.13" dependencies = [ "celery>=5.4.0", "dj-database-url==2.3.0", - "django==5.1.6", + "django==5.1.8", "django-redis>=5.4.0", "fastapi[standard]==0.115.8", "psycopg>=3.2.4",