From 62b0b5d1bc342a272810bd14536272e1fbea5c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:54:41 +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