From 7bc56fd8e434a98f75f646be682238fc110b782f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 03:18:30 +0000 Subject: [PATCH] chore(deps): 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 810ba43..12e2f32 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.5.1 cffi==1.15.0 cryptography==37.0.2 -Django==4.0.4 +Django==4.1.13 django-environ==0.8.1 djangorestframework==3.13.1 pycparser==2.21