From d1db98b3cb9f63205c28e597cd68e7c227820b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:05:24 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.22 in /myproject Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.22. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.22) --- 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..680c621 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.22 affine==2.2.2