From 431cd9a0b5cd60f2c10a9dffcf5795dbe231e4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 06:09:32 +0000 Subject: [PATCH] Bump django from 3.2.20 to 3.2.23 in /integration_test Bumps [django](https://github.com/django/django) from 3.2.20 to 3.2.23. - [Commits](https://github.com/django/django/compare/3.2.20...3.2.23) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 6f7a9213..357f027f 100644 --- a/integration_test/requirements.txt +++ b/integration_test/requirements.txt @@ -1,5 +1,5 @@ -e .. -Django==3.2.20 +Django==3.2.23 gunicorn==20.1.0 psycopg2==2.9.7 requests==2.31.0