From 87aa01d99be366e64c29aa14217d9245197d69f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 10:12:42 +0000 Subject: [PATCH] chore(deps): update psycopg requirement in /e2e-python Updates the requirements on [psycopg](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.13...3.3.4) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- e2e-python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-python/pyproject.toml b/e2e-python/pyproject.toml index ad8adcde9d..fb9c367f0b 100644 --- a/e2e-python/pyproject.toml +++ b/e2e-python/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "pytest-check>=2.8.0", "pytest-asyncio>=1.2.0", "docker>=7.1.0", - "psycopg>=3.2.13", + "psycopg>=3.3.4", "psycopg-binary>=3.2.13", "asyncpg>=0.31.0", "requests>=2.32.5",