From 445b6922540ca6669097437358ada70862066116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 19:40:49 +0000 Subject: [PATCH] dep: pip: bump psycopg2 from 2.9.5 to 2.9.7 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.5 to 2.9.7. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits/2.9.7) --- 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 0c227e2..9ced583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ discord.py==2.1.0 pandas==1.5.3 # psycopg2-binary==2.9.5 -psycopg2==2.9.5 +psycopg2==2.9.7 cyberjake==0.1.0 alembic==1.11.1 \ No newline at end of file