From 232c1ae39e52c28d70cb09eecb935831c5e656c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:15:12 +0000 Subject: [PATCH] Bump django from 4.0.4 to 4.1.13 Bumps [django](https://github.com/django/django) from 4.0.4 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.0.4...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f98710a..b47562e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.5.2 -Django==4.0.4 +Django==4.1.13 gunicorn==20.1.0 psycopg2==2.8.6 sqlparse==0.4.2