From 5b2cfa09b3a724ed3da7c44b2826b3c42712b20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:09:10 +0000 Subject: [PATCH] Bump psycopg from 3.1.15 to 3.1.16 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.15 to 3.1.16. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.15...3.1.16) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e12ab1..9f6cae3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ Django==4.2.7 GitPython==3.1.40 gunicorn==21.2.0 protobuf==4.25.1 -psycopg==3.1.15 +psycopg==3.1.16 whitenoise==6.6.0 packaging==23.2