From c8615416732db6228f981a760c59ad8255abde7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:51:52 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.27 in /testfirst6518 Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- testfirst6518/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testfirst6518/requirements.txt b/testfirst6518/requirements.txt index 2c3e2f7..031623d 100644 --- a/testfirst6518/requirements.txt +++ b/testfirst6518/requirements.txt @@ -4,7 +4,7 @@ # 请确保指定的包和版本号,可通过pip安装 # blueapps requirement -Django==2.2.6 +Django==2.2.27 mysqlclient==1.4.4 MarkupSafe==1.1.1 Mako==1.0.6