From c4404651f9b8315d6a8fb68a64ca18c047bbe520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:20:22 +0000 Subject: [PATCH] Python dependency: Bump psycopg[c] in /web/regression Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.2.1 to 3.2.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.1...3.2.2) --- updated-dependencies: - dependency-name: psycopg[c] 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 51ecd4faafb..0e3c1aeb928 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pytz==2024.* speaklater3==1.* sqlparse==0.* psutil==6.0.* -psycopg[c]==3.2.1 +psycopg[c]==3.2.2 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.2.*