From 0f10ca2643675f6505d53085e9508f2f062d6463 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 May 2025 19:56:30 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20pyte?= =?UTF-8?q?st-docker-fixtures=20to=20v1.3.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- uv.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4837d56a1..bf55a20ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ test = [ "pytest-asyncio==0.26.0", "pytest-codspeed>=3.1.2", "pytest-cov==6.1.1", - "pytest-docker-fixtures==1.3.19", + "pytest-docker-fixtures==1.3.20", "pytest-timeout==2.4.0", "pytest==8.3.5", "testfixtures==8.3.0", diff --git a/uv.lock b/uv.lock index 2bca0b42d..494e16eb6 100644 --- a/uv.lock +++ b/uv.lock @@ -264,7 +264,7 @@ dev = [ { name = "pytest-asyncio", specifier = "==0.26.0" }, { name = "pytest-codspeed", specifier = ">=3.1.2" }, { name = "pytest-cov", specifier = "==6.1.1" }, - { name = "pytest-docker-fixtures", specifier = "==1.3.19" }, + { name = "pytest-docker-fixtures", specifier = "==1.3.20" }, { name = "pytest-github-actions-annotate-failures", specifier = "==0.3.0" }, { name = "pytest-timeout", specifier = "==2.4.0" }, { name = "testfixtures", specifier = "==8.3.0" }, @@ -284,7 +284,7 @@ test = [ { name = "pytest-asyncio", specifier = "==0.26.0" }, { name = "pytest-codspeed", specifier = ">=3.1.2" }, { name = "pytest-cov", specifier = "==6.1.1" }, - { name = "pytest-docker-fixtures", specifier = "==1.3.19" }, + { name = "pytest-docker-fixtures", specifier = "==1.3.20" }, { name = "pytest-github-actions-annotate-failures", specifier = "==0.3.0" }, { name = "pytest-timeout", specifier = "==2.4.0" }, { name = "testfixtures", specifier = "==8.3.0" }, @@ -758,14 +758,17 @@ wheels = [ [[package]] name = "pytest-docker-fixtures" -version = "1.3.19" +version = "1.3.20" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "docker" }, { name = "pytest" }, { name = "requests" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/66/6e/cc5395a86f5ef3b71f5bcfcc35cfce734d6010bcc7ea57fcfa704ee94df5/pytest-docker-fixtures-1.3.19.tar.gz", hash = "sha256:016578a1b6a4dfc81e5a09286230cb56e323bdfe3f4dda20a1e7bc2c74492f4a", size = 10518, upload-time = "2024-04-03T14:39:10.925Z" } +sdist = { url = "https://files.pythonhosted.org/packages/9b/3b/6f21808b3418d904fa9917d362b448a1d896c9a3a01e713468d3c3aeb793/pytest_docker_fixtures-1.3.20.tar.gz", hash = "sha256:786f1e24316a6e99d0b8a9c4483e760843caf40fe99f1133c91a99506e920bb8", size = 10820, upload-time = "2025-05-14T12:36:39.087Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e3/0a/ba24dac3a95755b96e2d366514da56fe4abd42a684ef19a2c2a8db72a81e/pytest_docker_fixtures-1.3.20-py3-none-any.whl", hash = "sha256:083ac2a42ceac1e507c58c57126e6aca8f688320a4fee165b7cc0f65033c50ca", size = 13782, upload-time = "2025-05-14T12:36:38.038Z" }, +] [[package]] name = "pytest-github-actions-annotate-failures"