From adb8fdb09617a5795f119cb7d9949cf469214723 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:48:54 +0530 Subject: [PATCH] Python dependency: Bump psycopg[c] from 3.1.19 to 3.2.1 Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.19 to 3.2.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 560a1c1b4..0b0735587 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ pytz==2024.* speaklater3==1.* sqlparse==0.* psutil==6.0.* -psycopg[c]==3.1.19 +psycopg[c]==3.2.1 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.1.*