From 403933c4a3a2b48a52ccddd5cdcd3fb2b84565f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 10:45:31 +0000 Subject: [PATCH] Bump django in /LATITUDE-LONGITUDE-TO-ADDRESS-CONVERTER Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.20...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LATITUDE-LONGITUDE-TO-ADDRESS-CONVERTER/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LATITUDE-LONGITUDE-TO-ADDRESS-CONVERTER/requirements.txt b/LATITUDE-LONGITUDE-TO-ADDRESS-CONVERTER/requirements.txt index 1caedd3..42867cf 100644 --- a/LATITUDE-LONGITUDE-TO-ADDRESS-CONVERTER/requirements.txt +++ b/LATITUDE-LONGITUDE-TO-ADDRESS-CONVERTER/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.20 +Django==2.2.27 geographiclib==1.50 geopy==2.1.0 pytz==2021.1