From f2682e8d5736dad165583bb1eff8bf1715c4f293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:38:52 +0000 Subject: [PATCH] Bump psycopg from 3.3.3 to 3.3.4 Bumps [psycopg](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 dependency-version: 3.3.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de7cd12..ba7a2b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ oauth2-api-client = [ ] postgresql-client = [ "nypl_py_utils[log-helper]", - "psycopg[binary]==3.3.3" + "psycopg[binary]==3.3.4" ] redshift-client = [ "nypl_py_utils[log-helper]",