From 5db2d9b52c1d5d629de9f6ad2a0ff2ea14d02bbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:02:51 +0000 Subject: [PATCH] Bump pytest-subtests from 0.11.0 to 0.12.0 Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.11.0 to 0.12.0. - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a5c3e3ae47..0894525238 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1600,13 +1600,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-subtests" -version = "0.11.0" +version = "0.12.0" description = "unittest subTest() support and subtests fixture" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-subtests-0.11.0.tar.gz", hash = "sha256:51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348bafbe37"}, - {file = "pytest_subtests-0.11.0-py3-none-any.whl", hash = "sha256:453389984952eec85ab0ce0c4f026337153df79587048271c7fd0f49119c07e4"}, + {file = "pytest-subtests-0.12.0.tar.gz", hash = "sha256:331de3989c37abdad0745f38bd5f2e1ac1a025c7fbd0e01fe37651b51022857c"}, + {file = "pytest_subtests-0.12.0-py3-none-any.whl", hash = "sha256:01c05a72758aa77c31306a65cb28aa5f911dcf042c334496e5273b7cb5b04003"}, ] [package.dependencies] @@ -2372,4 +2372,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "3162e8e9db4a5113acbcd13da0663886298139e26bb1938aee38e020793fb804" +content-hash = "58a59a33c3dbe294841989507190f967873dbbf250c4a9c2f7d5341f3a1a3658" diff --git a/pyproject.toml b/pyproject.toml index 66703e1e8f..2fabbddab1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit = "3.6.2" pip-licenses = "4.3.4" pytest = "8.1.0" pytest-cov = "4.1.0" -pytest-subtests = "0.11.0" +pytest-subtests = "0.12.0" pytest-xdist = "3.5.0" ruff = "0.3.0" taskipy = "1.12.2"