From 6301c199eda6b7eddf713bbbcea634aa7dc0c94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 04:28:42 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.2 to 2.9.4 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.2 to 2.9.4. - [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..36c8460 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.4', 'xmlunittest==0.5.0', 'flower==0.9.7', 'tqdm==4.62.3',