From e49402cd2e71ed64b2a92d68a05e7c6cb8f1f383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:41:46 +0000 Subject: [PATCH] :arrow_up: Bump psycopg from 3.1.15 to 3.1.16 in /shifter 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] --- shifter/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shifter/requirements.txt b/shifter/requirements.txt index 825a373..5c477cf 100644 --- a/shifter/requirements.txt +++ b/shifter/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.7.2 Django==5.0 django-crontab==0.7.1 gunicorn==21.2.0 -psycopg==3.1.15 +psycopg==3.1.16 psycopg-binary==3.1.15 sqlparse==0.4.4 typing_extensions==4.9.0 \ No newline at end of file