From fdc4954a44a008e8794467d593f0417f47d9f986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 10:06:17 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.6 to 2.9.2 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.6 to 2.9.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) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76e4321..8292d14 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ setup( 'shapely==1.7.1', 'ogn-client==1.2.1', 'mgrs==1.4.2', - 'psycopg2-binary==2.8.6', + 'psycopg2-binary==2.9.2', 'xmlunittest==0.5.0', 'flower==0.9.7', 'tqdm==4.62.3',