From 7691fbea5cf854b05dba12d9e2f84639311913ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:22:01 +0000 Subject: [PATCH] chore(deps): update dependency psycopg2-binary to v2.9.10 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7c41d31..fce6b8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ Django==4.2.16 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 GitPython==3.1.43 -psycopg2-binary==2.9.9 +psycopg2-binary==2.9.10 tzdata==2024.2 \ No newline at end of file