From d246cd995c983f254249f3ea55e3738764ddbcda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 19:57:52 +0000 Subject: [PATCH] Bump psycopg-binary from 3.3.3 to 3.3.4 Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.3.3 to 3.3.4. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.3...3.3.4) --- updated-dependencies: - dependency-name: psycopg-binary dependency-version: 3.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 0c28adc..048f616 100644 --- a/requirements.in +++ b/requirements.in @@ -7,7 +7,7 @@ Django==6.0.2 dj-database-url==3.1.2 gunicorn==25.1.0 psycopg==3.3.3 -psycopg-binary==3.3.3 +psycopg-binary==3.3.4 whitenoise==6.11.0 # Dev / QA diff --git a/requirements.txt b/requirements.txt index 487b0a3..7db3349 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ pre-commit==4.5.1 # via -r requirements.in psycopg==3.3.3 # via -r requirements.in -psycopg-binary==3.3.3 +psycopg-binary==3.3.4 # via -r requirements.in pygments==2.19.2 # via pytest