From 24d87b3d6291767bb2a534755c26e76a9d08b5db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 07:23:11 +0000 Subject: [PATCH] Bump psycopg from 3.1.13 to 3.1.14 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.13 to 3.1.14. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.13...3.1.14) --- 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 14c2ecf..45b990f 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.13 +psycopg==3.1.14 whitenoise==6.6.0 packaging==23.2