From edac18fbad86016f566e11c3a3ba90d5c79437a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 02:16:41 +0000 Subject: [PATCH] build(deps): bump django from 4.1.10 to 4.1.13 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de40976..f344640 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.2 channels-redis==3.4.1 channels==3.0.5 -django==4.1.10 +django==4.1.13 psycopg2-binary==2.9.3 python-decouple==3.6 sqlparse==0.4.2