From 8ae0fc707a05d14f3e9aafdf866e10a42a10f41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 21:04:07 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.8.5 to 2.9.1 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.8.5 to 2.9.1. - [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 32b8743..0cb4652 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.1', 'inflection==0.3.1', 'joblib==0.16.0' ],