From caef41ddff59b971ebdec09570d720ac1776bbaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:54:31 +0000 Subject: [PATCH] Bump django from 1.10b1 to 2.2.24 Bumps [django](https://github.com/django/django) from 1.10b1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/commits/2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-python2.7-dev.txt | 2 +- requirements-python3.4-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-python2.7-dev.txt b/requirements-python2.7-dev.txt index 6b675514de0..58c75dd654a 100644 --- a/requirements-python2.7-dev.txt +++ b/requirements-python2.7-dev.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.4.1 coverage==4.1 -Django==1.10b1 +Django==2.2.24 flaky==3.1.1 Flask-Sockets==0.2.1 Flask-SQLAlchemy==2.1 diff --git a/requirements-python3.4-dev.txt b/requirements-python3.4-dev.txt index 325fc6b13e0..376ed6a6e3f 100644 --- a/requirements-python3.4-dev.txt +++ b/requirements-python3.4-dev.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.4.1 coverage==4.1 -Django==1.10b1 +Django==2.2.24 flaky==3.1.1 Flask-SQLAlchemy==2.1 Flask==0.11.1