diff --git a/poetry.lock b/poetry.lock index dd666bb65..732910541 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1681,18 +1681,18 @@ pytest = "*" [[package]] name = "pytest-subtests" -version = "0.13.1" +version = "0.14.0" 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.0-py3-none-any.whl", hash = "sha256:7343f2efd90026998d8fe50fe9798cf54c5f00e162584ba4ce8d7658d2c6ed3e"}, + {file = "pytest_subtests-0.14.0.tar.gz", hash = "sha256:8849818a0a515e8052734888cd0f6701291fdbf77552664d9ac772a2f8cc8f0f"}, ] [package.dependencies] attrs = ">=19.2.0" -pytest = ">=7.0" +pytest = ">=7.4" [[package]] name = "python-slugify" @@ -2634,4 +2634,4 @@ compatible-mypy = ["mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2263eb95ef1ead43b4e20d01796d7a7b214969f89916c40d7f325ede8804b520" +content-hash = "8d29b43ad75268c2c1af151b91e91572279243c19c056fe69ff001bbd357c95a" diff --git a/pyproject.toml b/pyproject.toml index 40d215889..ef90e6ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ slotscheck = "^0.19" pytest-cov = "^6.0" pytest-randomly = "^3.12" pytest-mypy-plugins = "^3.1" -pytest-subtests = "^0.13" +pytest-subtests = ">=0.13,<0.15" pytest-shard = "^0.1"