From b71be5c9f6d34dc0f59405544f87e19a2f592b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 18:03:40 +0000 Subject: [PATCH] build(deps): bump psycopg from 3.3.1 to 3.3.2 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.3.1 to 3.3.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: psycopg dependency-version: 3.3.2 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 664c204..66656a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ SQLAlchemy==2.0.44 python-dotenv==1.2.1 uuid-utils==0.12.0 pyinstaller==6.17.0 -psycopg==3.3.1 +psycopg==3.3.2 Authlib==1.6.5