From 813517c15f5b2d0bd0c901a21d375d7a479acfad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 08:43:33 +0000 Subject: [PATCH] Bump psycopg[binary] from 3.2.4 to 3.2.9 Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.4 to 3.2.9. - [Changelog](https://github.com/psycopg/psycopg/blob/3.2.9/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.4...3.2.9) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-version: 3.2.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 06f2f03..891eab1 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -psycopg[binary]==3.2.4 # https://github.com/psycopg/psycopg +psycopg[binary]==3.2.9 # https://github.com/psycopg/psycopg # Testing # ------------------------------------------------------------------------------