From 61cb0d4b2a73f50d9dd174f110088a4ab255ffb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 00:24:48 +0000 Subject: [PATCH] build(deps): bump django from 4.2.9 to 4.2.16 Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.2.9...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b21407db133..c50525292ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Pillow==10.4.0 lxml==5.2.1 psycopg2==2.9.9 -Django==4.2.9 +Django==4.2.16 # Other amqp==5.2.0