From aa9835d8afc4892add6f005ada12713c6b281bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 15:18:22 +0000 Subject: [PATCH] Bump psycopg[binary,pool] from 3.2.13 to 3.3.1 Bumps [psycopg[binary,pool]](https://github.com/psycopg/psycopg) from 3.2.13 to 3.3.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.13...3.3.1) --- updated-dependencies: - dependency-name: psycopg[binary,pool] dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index af4f007..8051e48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ Werkzeug==3.1.4 requests==2.32.5 # Database drivers -psycopg[binary,pool]==3.2.13 +psycopg[binary,pool]==3.3.1 PyMySQL==1.1.2 \ No newline at end of file