From ef1fbf6c5e25dc858ef5bfc4c6b982c6fe668f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 19:08:32 +0000 Subject: [PATCH] :arrow_up: Bump psycopg-binary from 3.1.12 to 3.1.13 in /shifter (#232) --- 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