From 4962dcad755d7f499b3522738af0c04e035723fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 09:32:47 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.27 in /myproject Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.27) --- 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..b81efaf 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.27 affine==2.2.2