From 01150c37dff8468983437cf3238d7311d3f5f3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 10:12:05 +0000 Subject: [PATCH] Bump django from 1.11.29 to 2.2.28 Bumps [django](https://github.com/django/django) from 1.11.29 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.11.29...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06e87cb..3d3ece9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.29 +Django==2.2.28 numpy==1.23.1 pandas==1.4.3 parse==1.8.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index 30c7180..0793aa1 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,6 +6,6 @@ coverage twine # modelmanager plugin dependencies -django==1.11.16 +django==2.2.28 parse==1.8.2 pandas==0.22.0