From 8dab194543dc610fa9893d22bc11b9eafe956e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:12:38 +0000 Subject: [PATCH] Bump django from 2.2.24 to 2.2.28 Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.24...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-gpu.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-gpu.txt b/requirements-gpu.txt index ac6da8394..a1f242a27 100644 --- a/requirements-gpu.txt +++ b/requirements-gpu.txt @@ -10,6 +10,6 @@ notebook>=5.7.8 tensorboard==1.12.2 tensorflow-tensorboard==0.4.0rc3 pyecharts==1.4.0 -django==2.2.24 +django==2.2.28 autopep8==1.4.4 matplotlib \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4ab1bf025..f5ca66df3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ six==1.12.0 click==6.7 notebook>=5.7.8 pyecharts==1.4.0 -django==2.2.24 +django==2.2.28 autopep8==1.4.4 numpy==1.16.1 matplotlib \ No newline at end of file