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