From 1c982da587290e745e17e145ae61c33fa4c232df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 05:02:56 +0000 Subject: [PATCH] Bump osmium from 2.15.4 to 3.1.0 in /requirements Bumps [osmium](https://github.com/osmcode/pyosmium) from 2.15.4 to 3.1.0. - [Release notes](https://github.com/osmcode/pyosmium/releases) - [Changelog](https://github.com/osmcode/pyosmium/blob/master/CHANGELOG.md) - [Commits](https://github.com/osmcode/pyosmium/compare/v2.15.4...v3.1.0) Signed-off-by: dependabot-preview[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index dadfcc7..1caf637 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -29,5 +29,5 @@ flower==0.9.3 # https://github.com/mher/flower django-timezone-field==4.0 # https://github.com/mfogel/django-timezone-field/ # read osm file -osmium==2.15.4 # https://github.com/osmcode/pyosmium +osmium==3.1.0 # https://github.com/osmcode/pyosmium Shapely==1.7.0 # https://github.com/Toblerity/Shapely