From 319304b7412eca4c47f86d64b9c902cf00598666 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 23:25:27 +0000 Subject: [PATCH] build(deps): bump django from 3.2.25 to 4.2.18 Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.18. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.18) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4db372..11c2866 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==3.2.25 +django==4.2.18 psycopg2-binary==2.9.5 celery==5.2.7 requests==2.32.0