From a64afa39d5051914583612d1e3a9394727fcab08 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 09:31:23 +0000 Subject: [PATCH 1/4] Bump psycopg2-binary from 2.8.1 to 2.8.2 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fbb38d..878d41e 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( 'geoalchemy2==0.6.2', 'shapely==1.6.4.post2', 'ogn-client==0.9.1', - 'psycopg2-binary==2.8.1', + 'psycopg2-binary==2.8.2', 'mgrs==1.3.5', 'xmlunittest==0.5.0', 'tqdm==4.32.1', From 0400bb3a3f5a16a55795637e6d6e0011f892e31f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 09:31:44 +0000 Subject: [PATCH 2/4] Bump flask-migrate from 2.4.0 to 2.5.2 Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate) from 2.4.0 to 2.5.2. - [Release notes](https://github.com/miguelgrinberg/flask-migrate/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/master/CHANGES.md) - [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v2.4.0...v2.5.2) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fbb38d..a007414 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( install_requires=[ 'Flask==1.0.3', 'flask-sqlalchemy==2.4.0', - 'Flask-Migrate==2.4.0', + 'Flask-Migrate==2.5.2', 'flask-bootstrap==3.3.7.1', 'flask-nav==0.6', 'flask-wtf==0.14.2', From 65aa575d8134b07251f8115a968d41639d60cc39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 09:32:06 +0000 Subject: [PATCH 3/4] Bump coveralls from 1.2 to 1.8.0 Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.2 to 1.8.0. - [Release notes](https://github.com/coveralls-clients/coveralls-python/releases) - [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.2.0...1.8.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fbb38d..f3031c7 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ setup( extras_require={ 'dev': [ 'nose==1.3.7', - 'coveralls==1.2', + 'coveralls==1.8.0', 'flake8==3.5.0', 'xmlunittest==0.4.0' ] From 01c3c1a57a3370ef555068797d23a90af3c35bc4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 09:32:25 +0000 Subject: [PATCH 4/4] Bump geopy from 1.19.0 to 1.20.0 Bumps [geopy](https://github.com/geopy/geopy) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/geopy/geopy/releases) - [Changelog](https://github.com/geopy/geopy/blob/master/docs/changelog_1xx.rst) - [Commits](https://github.com/geopy/geopy/compare/1.19.0...1.20.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fbb38d..00f8f71 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( 'flask-nav==0.6', 'flask-wtf==0.14.2', 'flask-caching==1.7.0', - 'geopy==1.19.0', + 'geopy==1.20.0', 'celery==4.3.0', 'redis==3.2.1', 'aerofiles==1.0.0',