From b25fa3d3f116b1680cbd10895987bc15bbe85eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 19:29:56 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.20 in /myproject Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.20) Signed-off-by: dependabot[bot] --- myproject/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproject/requirements.txt b/myproject/requirements.txt index b0bd630..1aea648 100644 --- a/myproject/requirements.txt +++ b/myproject/requirements.txt @@ -5,5 +5,5 @@ requests==2.22.0 xarray==0.12.1 pandas==0.24.2 geopy==1.20.0 -Django==2.2.13 +Django==2.2.20 affine==2.2.2