From e49a9089d2219425503350d5474ab7ffe5fb8bd1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 04:41:26 +0000 Subject: [PATCH] Bump osmium from 2.15.4 to 3.0.1 in /requirements Bumps [osmium](https://github.com/osmcode/pyosmium) from 2.15.4 to 3.0.1. - [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.0.1) 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..794674f 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.0.1 # https://github.com/osmcode/pyosmium Shapely==1.7.0 # https://github.com/Toblerity/Shapely