From f59c974e73004e87b39b63fd0c72e32543278c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 21:52:57 +0000 Subject: [PATCH] Bump django from 4.1.2 to 4.1.6 Bumps [django](https://github.com/django/django) from 4.1.2 to 4.1.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/4.1.2...4.1.6) --- 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..cedcd4a 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.6; 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"