From 505f250ecbe6d193056b71f8be9f7ac82d234326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 10:09:18 +0000 Subject: [PATCH] Bump psycopg2-binary from 2.9.5 to 2.9.6 Bumps [psycopg2-binary](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.6. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.6) --- updated-dependencies: - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 254256f6..cd5931c8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,7 +78,7 @@ redis==4.6.0 sentencepiece bitsandbytes==0.41.0 -psycopg2-binary==2.9.5 +psycopg2-binary==2.9.6 google-search-results==2.4.2 black==23.7.0 diff --git a/setup.py b/setup.py index 97a3a7f1..074b2896 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( 'redis==4.6.0', 'sentencepiece', 'bitsandbytes==0.41.0', - 'psycopg2-binary==2.9.5', + 'psycopg2-binary==2.9.6', 'google-search-results==2.4.2', 'black==23.7.0', 'Pillow',