From 1e537b6b042763357cd25cd4f3ef0c57b924a22e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Jan 2025 05:36:51 +0000
Subject: [PATCH] chore(deps): bump psycopg[binary] from 3.2.3 to 3.2.4 in
 /requirements

Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.3 to 3.2.4.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](https://github.com/psycopg/psycopg/compare/3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: psycopg[binary]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements/ci.txt         | 2 +-
 requirements/local-base.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements/ci.txt b/requirements/ci.txt
index 51babae8..d22eab47 100644
--- a/requirements/ci.txt
+++ b/requirements/ci.txt
@@ -7,7 +7,7 @@ django-extensions==3.2.3
 structlog>=21.4.0
 colorama>=0.4.3
 
-psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
+psycopg[binary]==3.2.4 # https://github.com/psycopg/psycopg
 
 # Testing
 # ------------------------------------------------------------------------------
diff --git a/requirements/local-base.txt b/requirements/local-base.txt
index 265affb2..6121ee86 100644
--- a/requirements/local-base.txt
+++ b/requirements/local-base.txt
@@ -25,7 +25,7 @@ django-ipware==7.0.1
 
 Werkzeug==3.1.3  # https://github.com/pallets/werkzeug
 ipdb==0.13.13  # https://github.com/gotcha/ipdb
-psycopg[binary]==3.2.3 # https://github.com/psycopg/psycopg
+psycopg[binary]==3.2.4 # https://github.com/psycopg/psycopg
 
 # Testing
 # ------------------------------------------------------------------------------