From fec1dfea000d17ac302f486c99a92706e333643b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:56:22 +0000 Subject: [PATCH] chore: Update dependency psycopg2-binary to v2.9.8 --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index e658c28..e75e775 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -95,7 +95,7 @@ platformdirs==2.5.2 # via black pluggy==1.0.0 # via pytest -psycopg2-binary==2.9.3 +psycopg2-binary==2.9.8 # via ormar-postgres-extensions py==1.11.0 # via pytest