From ea51ea8d67e5eeda4c5ccd4dc1e56e0515a1592d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 23:29:51 +0000 Subject: [PATCH] build(deps): Bump django from 5.1.6 to 5.2.1 Bumps [django](https://github.com/django/django) from 5.1.6 to 5.2.1. - [Commits](https://github.com/django/django/compare/5.1.6...5.2.1) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..7a075b9 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.2.1", "django-redis>=5.4.0", "fastapi[standard]==0.115.8", "psycopg>=3.2.4",