From 92985425219d19ba81cf521e001f8ca6f65aecf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 21:05:13 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.5 to 2.9.5 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.5 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-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 ec5517f..349ea9e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_postgres"], install_requires=[ 'pipelinewise-singer-python==1.*', - 'psycopg2-binary==2.8.5', + 'psycopg2-binary==2.9.5', 'inflection==0.3.1', 'joblib==1.2.0' ],