From e6bda76e63cde0482b179949d0832258d80c44d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:25:02 +0000 Subject: [PATCH] Bump psycopg-binary from 3.2.13 to 3.3.2 Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.2.13 to 3.3.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.13...3.3.2) --- updated-dependencies: - dependency-name: psycopg-binary dependency-version: 3.3.2 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 8401456..cb406e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -83,7 +83,7 @@ pre-commit==4.5.0 prometheus-client==0.23.1 prometheus-fastapi-instrumentator==7.1.0 prompt-toolkit==3.0.52 -psycopg-binary==3.2.13 +psycopg-binary==3.3.2 py-serializable==2.1.0 pyasn1==0.6.1 pycparser==2.23