From c4a2b6342507e7638aa44961690f083bfeef5117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:04:34 +0000 Subject: [PATCH] Bump psycopg from 3.1.15 to 3.1.18 Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.15 to 3.1.18. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.15...3.1.18) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index ca85ed8..be42be7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -977,11 +977,12 @@ "binary" ], "hashes": [ - "sha256:1b8e3e8d1612ea289a2684a5bf0c1f9a209549b222b6958377ce970a6e10b80c", - "sha256:a6c03e508be0e42facb1e8581156fdc2904322fe8077ba4f298f5f0a947cb8e0" + "sha256:31144d3fb4c17d78094d9e579826f047d4af1da6a10427d91dfcfb6ecdf6f12b", + "sha256:4d5a0a5a8590906daa58ebd5f3cfc34091377354a1acced269dd10faf55da60e" ], "index": "pypi", - "version": "==3.1.15" + "markers": "python_version >= '3.7'", + "version": "==3.1.18" }, "psycopg-binary": { "hashes": [ @@ -1682,7 +1683,7 @@ "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783", "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd" ], - "markers": "python_version >= '3.8'", + "markers": "python_version < '3.12'", "version": "==4.9.0" }, "urllib3": {