From 15b449a186c02696ea31915c8830b42d026f631d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 15:45:58 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.2 to 2.9.5 Bumps [psycopg2](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fc79cd43..b04371c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ alembic == 1.7.6 numpy == 1.21.6 pandas == 1.3.5 -psycopg2 == 2.9.2 +psycopg2 == 2.9.5 SQLAlchemy[mypy] == 1.4.40 synthesized_datasets == 0.6