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',