From 6d75014308b8fb8bcf3bc062e81ce769c850d533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 22:01:11 +0000 Subject: [PATCH] build(deps): Bump django from 5.0.8 to 5.2.7 Bumps [django](https://github.com/django/django) from 5.0.8 to 5.2.7. - [Commits](https://github.com/django/django/compare/5.0.8...5.2.7) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e10b971..e27fc4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==5.0.8 +django==5.2.7 amqp==5.3.1 celery==5.4.0 future==1.0.0