From c6485395e3d09a2c7d0902530c8749a8ab972adc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:29:43 +0000 Subject: [PATCH] Bump psycopg-binary from 3.1.19 to 3.2.2 Bumps [psycopg-binary](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 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..319b6bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ 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-binary==3.2.2 psycopg-pool==3.2.2 sqlparse==0.5.0; python_version >= '3.8' typing-extensions==4.12.2; python_version >= '3.8'