From facd4cf4cc5b17cb5f474b01916cdf21c9c773d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 14:03:17 +0000 Subject: [PATCH] Bump pytest-subtests from 0.14.2 to 0.15.0 Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.14.2 to 0.15.0. - [Release notes](https://github.com/pytest-dev/pytest-subtests/releases) - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.14.2...v0.15.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-version: 0.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6d4e88c6..a40fc501 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -1192,14 +1192,14 @@ pytest = "*" [[package]] name = "pytest-subtests" -version = "0.14.2" +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.2-py3-none-any.whl", hash = "sha256:8da0787c994ab372a13a0ad7d390533ad2e4385cac167b3ac501258c885d0b66"}, - {file = "pytest_subtests-0.14.2.tar.gz", hash = "sha256:7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de"}, + {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] @@ -1991,4 +1991,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "2b3193e9d7fce1f4ddbbfae222e57ad6054b4014760a969be780cf523c5ee62f" +content-hash = "ebfcac24d7068b11081f778a67d146a344d9f3ca101cbbb2e7fdad3b5773a529" diff --git a/pyproject.toml b/pyproject.toml index db685f03..12fef603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ ruff = ">=0.12,<0.15" pytest-cov = ">=6,<8" pytest-randomly = ">=3.12,<5.0" pytest-mypy-plugins = "^3.1" -pytest-subtests = "^0.14" +pytest-subtests = ">=0.14,<0.16" pytest-shard = "^0.1" covdefaults = "^2.3"