From bb07f4f2bcb82a4f175068a2f9b0de745c5f3264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 02:00:36 +0000 Subject: [PATCH] Bump psycopg2 from 2.9.3 to 2.9.5 Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.3 to 2.9.5. - [Release notes](https://github.com/psycopg/psycopg2/releases) - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) --- 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 b798c78..32121e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-dotenv==0.20.0 SQLAlchemy==1.4.37 -psycopg2==2.9.3 +psycopg2==2.9.5 Telethon==1.24.0 pyromod==1.5 pyrogram1==0.*