aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--poetry.lock12
-rw-r--r--pyproject.toml2
2 files changed, 7 insertions, 7 deletions
diff --git a/poetry.lock b/poetry.lock
index b75a81e1f..e6ac1fe90 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1838,18 +1838,18 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[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 = "pytest-xdist"
@@ -2611,4 +2611,4 @@ propcache = ">=0.2.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "82b4f138d27d894c6b975838abe70c6f5048c3911efd41f7d11fc3a4b6b111b1"
+content-hash = "ef5218bdb94f2df52f1a26557f4575bc7a5a5c16b7502081bc0b780f2debbe38"
diff --git a/pyproject.toml b/pyproject.toml
index 3610bc5b5..75b665a19 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ pre-commit = "4.0.1"
pip-licenses = "5.0.0"
pytest = "8.3.4"
pytest-cov = "6.0.0"
-pytest-subtests = "0.13.1"
+pytest-subtests = "0.14.1"
pytest-xdist = "3.6.1"
ruff = "0.8.4"
taskipy = "1.14.1"