From 7ca50fe39ae9a3a12a12ffbda54bc6c697e90d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 04:17:50 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.2 to 2.9.5 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.2 to 2.9.5. - [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-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5539be..e0b3d1b 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ 'shapely==1.7.1', 'ogn-client==1.2.1', 'mgrs==1.4.2', - 'psycopg2-binary==2.9.2', + 'psycopg2-binary==2.9.5', 'xmlunittest==0.5.0', 'flower==0.9.7', 'tqdm==4.62.3',