From c795dd3ce80d64df67552ce83f24ddbb37c7fbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 00:12:22 +0000 Subject: [PATCH] build(deps): Bump django from 5.1.6 to 5.1.7 Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.7. - [Commits](https://github.com/django/django/compare/5.1.6...5.1.7) --- updated-dependencies: - dependency-name: django 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..aca17b2 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.7", "django-redis>=5.4.0", "fastapi[standard]==0.115.8", "psycopg>=3.2.4",