From 19c0a410cc168209d18c5471729706d76d003579 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 23:18:42 +0000 Subject: [PATCH] Bump django from 4.0.0 to 4.1.13 Bumps [django](https://github.com/django/django) from 4.0.0 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.0...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 0a9c604..d59765c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ colored-traceback==0.3.0 # used for tests, but required my manage.py and therefore prod scripts -Django==4.0.0 +Django==4.1.13 django-extensions==3.1.1 Faker==4.0.0 ipython==8.10.0