From fb1589728dbeb1f53519107ea3c40f689e77db3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 01:43:27 +0000 Subject: [PATCH] Bump psycopg[binary,pool] from 3.3.2 to 3.3.3 Bumps [psycopg[binary,pool]](https://github.com/psycopg/psycopg) from 3.3.2 to 3.3.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.2...3.3.3) --- updated-dependencies: - dependency-name: psycopg[binary,pool] dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c007c6d..3ad3081 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ pgcli==4.4.0 -psycopg[binary,pool]==3.3.2 +psycopg[binary,pool]==3.3.3