From a60005931170824eaae4a5d12177c0b70b88bf37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:31:15 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.3 to 2.9.7 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.7) --- 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 d10135a..0e55d77 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], install_requires=[ 'pipelinewise-singer-python==1.*', - 'psycopg2-binary==2.9.3', + 'psycopg2-binary==2.9.7', 'strict-rfc3339==0.7', ], extras_require={