From fceab8df5bc27e245c84f685fcbe8a96649ea0ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 07:19:37 +0000 Subject: [PATCH] Bump mgrs from 1.4.0 to 1.4.2 Bumps [mgrs](https://github.com/hobu/mgrs) from 1.4.0 to 1.4.2. - [Release notes](https://github.com/hobu/mgrs/releases) - [Commits](https://github.com/hobu/mgrs/compare/1.4.0...1.4.2) --- updated-dependencies: - dependency-name: mgrs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index b4366dd..7ece02f 100644 --- a/setup.py +++ b/setup.py @@ -47,15 +47,15 @@ setup( 'Flask-Redis==0.4.0', 'redis==3.5.3', 'aerofiles==1.0.0', - 'geoalchemy2==0.9.0', + 'geoalchemy2==0.9.4', 'shapely==1.7.1', 'ogn-client==1.2.1', - 'mgrs==1.4.0', + 'mgrs==1.4.2', 'psycopg2-binary==2.8.6', 'xmlunittest==0.5.0', 'flower==0.9.7', - 'tqdm==4.61.0', - 'requests==2.25.1', + 'tqdm==4.62.3', + 'requests==2.26.0', 'matplotlib==3.3.4', 'bokeh==2.3.2', 'pandas==1.1.5',