From c147fa915ff7e2579b754f3a432f766311752e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:40:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20psycopg2-binary=20from=202.9.6=20to=202.9.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.6 to 2.9.9. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/compare/2.9.6...2.9.9) --- updated-dependencies: - dependency-name: psycopg2-binary 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 6fbea1f..dd7cca3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ mako==1.2.4; python_version >= "3.7" markupsafe==2.1.2; python_version >= "3.7" numpy==1.24.3 pandas==1.5.3; python_version >= "3.8" -psycopg2-binary==2.9.6; python_version >= "3.6" +psycopg2-binary==2.9.9; python_version >= "3.6" pydantic==1.10.7; python_version >= "3.7" python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" python-dotenv==1.0.0; python_version >= "3.8"