From f682b592551e01593373bb33e56ab062700249fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:10:10 +0000 Subject: [PATCH] Update dependency pytest-postgresql to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc0c59a1..6241ac3c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2091,6 +2091,7 @@ files = [ {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"}, {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"}, {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"}, + {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"}, {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"}, {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"}, {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"}, @@ -3308,4 +3309,4 @@ tasks = ["Jinja2", "aiodns", "ansible-runner", "celery", "jmespath", "pottery"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "66f32e589937b1fa9ae31cc6defe603774075d3f1107e53d5ba4914b5b9f3aea" +content-hash = "90495192260ce8c166ee4d94968cbb5e7505276e21177061c115e12fafcc8702" diff --git a/pyproject.toml b/pyproject.toml index 7f61f4bc..904fe894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ pytest-asyncio = "^0.17 || ^0.18 || ^0.19 || ^0.20 || ^0.21 || ^0.23.0 || ^0.24. pytest-cov = "^3 || ^4 || ^5.0.0 || ^6.0.0" tox = "^3.24.4 || ^4.0.0" psycopg = "^3.0.16" -pytest-postgresql = "^4.1.1 || ^5.0.0 || ^6.0.0" +pytest-postgresql = "^4.1.1 || ^5.0.0 || ^6.0.0 || ^7.0.0" ruff = "^0.7.3 || ^0.8.0" toml = "^0.10.2"