From f09bdab19e348936a6a9fecfdad1d3e467fc6086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:33:47 +0000 Subject: [PATCH] :arrow_up: Bump psycopg-binary from 3.1.12 to 3.1.13 in /shifter Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.1.12 to 3.1.13. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.12...3.1.13) --- updated-dependencies: - dependency-name: psycopg-binary 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 43e907e..b0b9c49 100644 --- a/shifter/requirements.txt +++ b/shifter/requirements.txt @@ -3,6 +3,6 @@ Django==4.2.7 django-crontab==0.7.1 gunicorn==21.2.0 psycopg==3.1.13 -psycopg-binary==3.1.12 +psycopg-binary==3.1.13 sqlparse==0.4.4 typing_extensions==4.8.0 \ No newline at end of file