From 5075048c0742d7d568a42b88bc5d9b481294a301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:13:42 +0100 Subject: [PATCH] Bump psycopg2-binary from 2.8.6 to 2.9.2 (#110) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc9cf29..a3ad5a9 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',