From 9e6f48a711c2f34e305f22a90812eda3a09a772b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:29:24 +0000 Subject: [PATCH] Bump psycopg-pool from 3.2.2 to 3.2.3 Bumps [psycopg-pool](https://github.com/psycopg/psycopg) from 3.2.2 to 3.2.3. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.2.2...pool-3.2.3) --- updated-dependencies: - dependency-name: psycopg-pool 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 1951f96..713094a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ asgiref==3.8.1; python_version >= '3.8' django==5.0.6; python_version >= '3.10' psycopg[binary,pool]==3.1.19; python_version >= '3.7' psycopg-binary==3.1.19 -psycopg-pool==3.2.2 +psycopg-pool==3.2.3 sqlparse==0.5.0; python_version >= '3.8' typing-extensions==4.12.2; python_version >= '3.8'