From ec5cfef9da1ff30dac66ca147f19dcdc9623bc38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 09:57:33 +0700 Subject: [PATCH] Bump django from 3.2.25 to 4.2.16 in /integration_test (#676) Bumps [django](https://github.com/django/django) from 3.2.25 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.25...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration_test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/requirements.txt b/integration_test/requirements.txt index 6d6f1465..5d08b309 100644 --- a/integration_test/requirements.txt +++ b/integration_test/requirements.txt @@ -1,5 +1,5 @@ -e .. -Django==3.2.25 +Django==4.2.16 gunicorn==22.0.0 psycopg2==2.9.7 requests==2.32.0