From 3adbcb1e209e6c2cee87c6415a905d5e25a0a276 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:29:39 +0000 Subject: [PATCH] Bump psycopg from 3.1.19 to 3.2.2 Bumps [psycopg](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 11 ++++++----- requirements.txt | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3e64496..6f5c730 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -39,11 +39,12 @@ "pool" ], "hashes": [ - "sha256:92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961", - "sha256:dca5e5521c859f6606686432ae1c94e8766d29cc91f2ee595378c510cc5b0731" + "sha256:8bad2e497ce22d556dac1464738cb948f8d6bab450d965cf1d8a8effd52412e0", + "sha256:babf565d459d8f72fb65da5e211dd0b58a52c51e4e1fa9cadecff42d6b7619b2" ], - "markers": "python_version >= '3.7'", - "version": "==3.1.19" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==3.2.2" }, "psycopg-binary": { "hashes": [ @@ -133,7 +134,7 @@ "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.13'", "version": "==4.12.2" } }, diff --git a/requirements.txt b/requirements.txt index 1951f96..6e991e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -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.8' psycopg-binary==3.1.19 psycopg-pool==3.2.2 sqlparse==0.5.0; python_version >= '3.8' -typing-extensions==4.12.2; python_version >= '3.8' +typing-extensions==4.12.2; python_version < '3.13'