From d5ac441ab7b7b37d51d3ac7e1b404b3ff78fe1a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:01:42 +0530 Subject: [PATCH] Python dependency: Bump psycopg[c] in /web/regression Bumps [psycopg[c]](https://github.com/psycopg/psycopg) from 3.1.12 to 3.1.19. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.12...3.1.19) --- updated-dependencies: - dependency-name: psycopg[c] dependency-type: direct:production update-type: version-update:semver-patch ... 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 eefb8bad0..8cdd3fab9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pytz==2024.* speaklater3==1.* sqlparse==0.* psutil==5.9.* -psycopg[c]==3.1.12 +psycopg[c]==3.1.19 python-dateutil==2.* SQLAlchemy==2.* bcrypt==4.1.*