From e3bee4fec6b433eb39276c9ca159551eefa213fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 05:42:07 +0900 Subject: [PATCH] Bump django from 4.1.6 to 4.1.7 (#10) Bumps [django](https://github.com/django/django) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.6...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f0a7e23..9ab5070 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ certifi==2022.12.7 # via requests charset-normalizer==3.0.1 # via requests -django==4.1.6 +django==4.1.7 # via -r requirements.in gunicorn==20.1.0 # via -r requirements.in