From e9809e9380f50600ec1041ddc021b15b323faa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 00:01:56 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.21 in /testfirst6518 Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.21) --- 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..18f23c3 100644 --- a/testfirst6518/requirements.txt +++ b/testfirst6518/requirements.txt @@ -4,7 +4,7 @@ # 请确保指定的包和版本号,可通过pip安装 # blueapps requirement -Django==2.2.6 +Django==2.2.21 mysqlclient==1.4.4 MarkupSafe==1.1.1 Mako==1.0.6