From e3e62009fecbe1395ddfc1ce120d937c1cee46e0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 21:34:52 +0200 Subject: [PATCH] Bump psycopg2-binary from 2.8.5 to 2.8.6 (#134) Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.5 to 2.8.6. - [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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77efdee..aa55e64 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ setup( 'geoalchemy2==0.8.4', 'shapely==1.7.1', 'ogn-client==0.9.7', - 'psycopg2-binary==2.8.5', + 'psycopg2-binary==2.8.6', 'mgrs==1.3.8', 'xmlunittest==0.5.0', 'flower==0.9.5',