From 25243a17d8a5c093ad704ca0e9fe436c15df9093 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 22:13:39 +0000 Subject: [PATCH] Bump django from 4.1.5 to 4.1.6 in /requirements Bumps [django](https://github.com/django/django) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.5...4.1.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 8be2bc3..9e40caf 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -9,7 +9,7 @@ python-docx==0.8.11 requests==2.28.2 weasyprint==57.2 XlsxWriter==3.0.7 -Django==4.1.5 +Django==4.1.6 django-auth-ldap==4.1.0 django_debug_toolbar==3.8.1 django-environ==0.9.0