diff --git a/poetry.lock b/poetry.lock index 2dd7bbfc..d55d96c3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -736,14 +736,14 @@ reference = "jfrog-server" [[package]] name = "pytest-subtests" -version = "0.14.1" +version = "0.14.2" description = "unittest subTest() support and subtests fixture" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_subtests-0.14.1-py3-none-any.whl", hash = "sha256:e92a780d98b43118c28a16044ad9b841727bd7cb6a417073b38fd2d7ccdf052d"}, - {file = "pytest_subtests-0.14.1.tar.gz", hash = "sha256:350c00adc36c3aff676a66135c81aed9e2182e15f6c3ec8721366918bbbf7580"}, + {file = "pytest_subtests-0.14.2-py3-none-any.whl", hash = "sha256:8da0787c994ab372a13a0ad7d390533ad2e4385cac167b3ac501258c885d0b66"}, + {file = "pytest_subtests-0.14.2.tar.gz", hash = "sha256:7154a8665fd528ee70a76d00216a44d139dc3c9c83521a0f779f7b0ad4f800de"}, ] [package.dependencies] @@ -1111,4 +1111,4 @@ reference = "jfrog-server" [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "610ae34e61e33dfb85b68f85751949b82bd57f2ca029616639fe47f4ce3efca0" +content-hash = "da4b0dfd2ab4997eec0d8606712f1fc2ba48eced552d3510cea466e1723cf27e" diff --git a/pyproject.toml b/pyproject.toml index 8f8a7854..a52df873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ licenseheaders = '>=0.8.8' mypy = '>=1.7.1' pytest = '8.4.1' pytest-cov = '6.1.1' -pytest-subtests = "0.14.1" +pytest-subtests = "0.14.2" pytest-docker = "3.2.0" debugpy = "1.8.13" types-requests = "^2.32.0.20250328"