From e727c4e24673c9ae3b01edd976d59d9ba6834846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 21:10:25 +0100 Subject: [PATCH] chore: bump pytest-subtests from 0.13.1 to 0.14.1 (#354) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 60c462d1..3791d0ed 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1089,18 +1089,18 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-subtests" -version = "0.13.1" +version = "0.14.1" description = "unittest subTest() support and subtests fixture" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pytest_subtests-0.13.1-py3-none-any.whl", hash = "sha256:ab616a22f64cd17c1aee65f18af94dbc30c444f8683de2b30895c3778265e3bd"}, - {file = "pytest_subtests-0.13.1.tar.gz", hash = "sha256:989e38f0f1c01bc7c6b2e04db7d9fd859db35d77c2c1a430c831a70cbf3fde2d"}, + {file = "pytest_subtests-0.14.1-py3-none-any.whl", hash = "sha256:e92a780d98b43118c28a16044ad9b841727bd7cb6a417073b38fd2d7ccdf052d"}, + {file = "pytest_subtests-0.14.1.tar.gz", hash = "sha256:350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580"}, ] [package.dependencies] attrs = ">=19.2.0" -pytest = ">=7.0" +pytest = ">=7.4" [[package]] name = "python-dateutil" @@ -1837,4 +1837,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9.0" -content-hash = "32c517d400826a64ede74e82544f84845aee18314519ec0e850b20583d20e19e" +content-hash = "32ca7bda8365cd04ad4f13141ff88599c54322b8137473a5a7681d363a74df1e" diff --git a/pyproject.toml b/pyproject.toml index f0c5107a..f45489cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ types-python-dateutil = "2.9.0.20241003" types-jsonschema = "4.23.0.20240813" pytest = "8.3.4" coverage = "7.6.10" -pytest-subtests = "0.13.1" +pytest-subtests = "0.14.1" toml = "0.10.2" typing-extensions = "4.12.2" bandit = { version = "1.8.0", extras = ["toml"] }