From 54126677abae41becf9569eb5b7432558b75c4e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 10:09:50 +0000 Subject: [PATCH] Update dependency pytest-subtests to v0.15.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51d89ba4..7ae2219e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -758,14 +758,14 @@ reference = "jfrog-server" [[package]] name = "pytest-subtests" -version = "0.14.1" +version = "0.15.0" description = "unittest subTest() support and subtests fixture" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_subtests-0.14.1-py3-none-any.whl", hash = "sha256:e92a780d98b43118c28a16044ad9b841727bd7cb6a417073b38fd2d7ccdf052d"}, - {file = "pytest_subtests-0.14.1.tar.gz", hash = "sha256:350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580"}, + {file = "pytest_subtests-0.15.0-py3-none-any.whl", hash = "sha256:da2d0ce348e1f8d831d5a40d81e3aeac439fec50bd5251cbb7791402696a9493"}, + {file = "pytest_subtests-0.15.0.tar.gz", hash = "sha256:cb495bde05551b784b8f0b8adfaa27edb4131469a27c339b80fd8d6ba33f887c"}, ] [package.dependencies] @@ -1133,4 +1133,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "05bea44c67e5a5cedd5d3d1774c02bc22d69edbba07875c36b2466a1a098f5d3" +content-hash = "5731563d8e534341f9c3eb133944a29824ebd80b8c09b8fd9d643b6188a87e89" diff --git a/pyproject.toml b/pyproject.toml index 5c3ac58e..8a617b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ licenseheaders = '>=0.8.8' mypy = '>=1.7.1' pytest = '8.4.2' pytest-cov = '7.0.0' -pytest-subtests = "0.14.1" +pytest-subtests = "0.15.0" pytest-docker = "3.2.0" debugpy = "1.8.13" types-requests = "^2.32.0.20250328"