From 97fdea315b0383de94d61bf7b10c4d0be7088219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 05:00:30 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.2 to 2.9.9 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.2 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.9) --- 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 4f2b3606..0bb72e8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ numpy==1.21.6 packaging==23.1 pandas==1.3.5 Pillow==10.0.0 -psycopg2==2.9.2; platform_machine!='arm64' or platform_system!='Darwin' +psycopg2==2.9.9; platform_machine!='arm64' or platform_system!='Darwin' psycopg2-binary==2.9.9; platform_machine=='arm64' or platform_system=='Darwin' pyparsing==3.1.1 python-dateutil==2.8.2