From 993dc5f93469a4a2fa913a626940f3540a738a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 23:31:35 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.18 in /myproject Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.18) 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..e1908a8 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.18 affine==2.2.2