From a9ec681ccf844fda2efd6421d48ea831b308dd0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:29:40 +0000 Subject: [PATCH] Bump psycopg[binary,pool] from 3.1.19 to 3.2.2 Bumps [psycopg[binary,pool]](https://github.com/psycopg/psycopg) from 3.1.19 to 3.2.2. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.2) --- updated-dependencies: - dependency-name: psycopg[binary,pool] 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 1951f96..a838ece 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple 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,pool]==3.2.2; python_version >= '3.7' psycopg-binary==3.1.19 psycopg-pool==3.2.2 sqlparse==0.5.0; python_version >= '3.8'