From 57bd263b9e2d458e81dfcab800f32d87d8f8e288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 06:06:08 +0000 Subject: [PATCH] build(deps): bump django from 4.1.10 to 4.1.13 in /app Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.10...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index fef90bc..f7d8507 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,6 +1,6 @@ gunicorn psycopg2-binary -django==4.1.10 +django==4.1.13 django-structlog==4.0.1 django-bootstrap5==22.2