From a061dd222de233b7983b95ecc2c2fbb9068d6b1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 05:31:40 +0000 Subject: [PATCH] chore: Update dependency psycopg2-binary to v2.9.10 --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index d908dc9..e0e97f1 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.10 # via ormar-postgres-extensions py==1.11.0 # via pytest