From 87de486c3d7eb26ab3f60103268d0d51aec7ca1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:40:55 +0000 Subject: [PATCH] build(deps): bump django from 4.2.1 to 4.2.17 in /src Bumps [django](https://github.com/django/django) from 4.2.1 to 4.2.17. - [Commits](https://github.com/django/django/compare/4.2.1...4.2.17) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 5597d5b2f..d5ed16101 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.1 +Django==4.2.17 celery==5.2.3 django-celery-beat==2.6.0 dj-database-url==0.5.0