From fafa3c9eb66b4446afec7bef4f702e67f869aee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 22:23:13 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.21 in /myproject Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.21) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..78b72b0 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.21 affine==2.2.2