From c51f02f78bc42f4f22ab84d2c0046f837fdbfb7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 20:01:29 +0000 Subject: [PATCH] Bump django from 4.1.2 to 4.1.7 Bumps [django](https://github.com/django/django) from 4.1.2 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.2...4.1.7) --- 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 18b44f2..94e1057 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ django-ninja==0.19.1; python_version >= "3.6" django-picklefield==3.1; python_version >= "3" django-qiyu-utils==0.4.4; python_version >= "3.9" and python_version < "3.11" django-structlog==3.0.1 -django==4.1.2; python_version >= "3.8" +django==4.1.7; python_version >= "3.8" docutils==0.19; python_version >= "3.9" and python_version < "3.11" frozenlist==1.3.1; python_version >= "3.9" and python_version < "4.0" gunicorn==20.1.0; python_version >= "3.5"