From 25c665e16d4e73ce5cd6ce3327be1903a515e80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 09:51:40 +0000 Subject: [PATCH] build(deps): bump django from 4.2.15 to 5.1.4 in /app Bumps [django](https://github.com/django/django) from 4.2.15 to 5.1.4. - [Commits](https://github.com/django/django/compare/4.2.15...5.1.4) --- 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 bfa54175..d7c1f04d 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ # Core -Django==4.2.15 +Django==5.1.4 psycopg2==2.9.3 celery==5.4.0