From 0e9adb953a4af7e99ad065b0db462a2b0d5511fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:02:22 +0000 Subject: [PATCH] Update psycopg[pool] requirement from <3.3.0,>=3.2.12 to >=3.2.12,<3.4.0 Updates the requirements on [psycopg[pool]](https://github.com/psycopg/psycopg) to permit the latest version. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news_pool.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.12...3.3.0) --- updated-dependencies: - dependency-name: psycopg[pool] dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcd9faa..7d0e542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "mutagen>=1.47.0,<1.48.0", "pillow>=12.0.0,<12.1.0", "procrastinate[django]>=3.5.3,<3.6.0", - "psycopg[pool]>=3.2.12,<3.3.0", + "psycopg[pool]>=3.2.12,<3.4.0", "pymemcache>=4.0.0,<4.1.0", "python-magic>=0.4.27,<0.4.28", "python-xmp-toolkit>=2.0.2,<2.1.0",