From dec27adc65757b0c696ea368e8490a03373654da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:23:36 +0000 Subject: [PATCH] Bump psycopg from 3.1.19 to 3.2.1 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.19 to 3.2.1. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.19...3.2.1) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 9 +++++---- requirements.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index 3e64496..4d8fb31 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -39,11 +39,12 @@ "pool" ], "hashes": [ - "sha256:92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961", - "sha256:dca5e5521c859f6606686432ae1c94e8766d29cc91f2ee595378c510cc5b0731" + "sha256:dc8da6dc8729dacacda3cc2f17d2c9397a70a66cf0d2b69c91065d60d5f00cb7", + "sha256:ece385fb413a37db332f97c49208b36cf030ff02b199d7635ed2fbd378724175" ], - "markers": "python_version >= '3.7'", - "version": "==3.1.19" + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==3.2.1" }, "psycopg-binary": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 1951f96..0f87d85 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.1; python_version >= '3.8' psycopg-binary==3.1.19 psycopg-pool==3.2.2 sqlparse==0.5.0; python_version >= '3.8'