From 093f62622e91185ac352d1bfad3b0052b34715f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:47:45 +0000 Subject: [PATCH] build(deps): bump django from 4.2.15 to 5.1.3 in /app Bumps [django](https://github.com/django/django) from 4.2.15 to 5.1.3. - [Commits](https://github.com/django/django/compare/4.2.15...5.1.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 73c285a5..c378673e 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ # Core -Django==4.2.15 +Django==5.1.3 psycopg2==2.9.3 celery==5.4.0