From b25a5bd02454d948099136a2a5a0353df076b9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 07:34:07 +0000 Subject: [PATCH] Bump psycopg from 3.1.18 to 3.1.19 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.18 to 3.1.19. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.18...3.1.19) --- updated-dependencies: - dependency-name: psycopg 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 9f495ef..ee23a6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Django==4.2.13 GitPython==3.1.43 gunicorn==22.0.0 protobuf==5.26.1 -psycopg==3.1.18 +psycopg==3.1.19 whitenoise==6.6.0 packaging==24.0