From 0cab25eb2c49a66f4b795b75278858bfbd686d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:01:00 +0000 Subject: [PATCH] Bump psycopg from 3.1.15 to 3.1.17 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.15 to 3.1.17. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.15...3.1.17) --- 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 4e12ab1..21ed8ed 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.17 whitenoise==6.6.0 packaging==23.2