diff --git a/poetry.lock b/poetry.lock index 03898df2d..46fef2fbc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2014,13 +2014,13 @@ pytest = ">=5.3" [[package]] name = "pytest-subtests" -version = "0.10.0" +version = "0.11.0" description = "unittest subTest() support and subtests fixture" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-subtests-0.10.0.tar.gz", hash = "sha256:d9961a67c1791e8c1e32dce7a70ed1e54f3b1e641087f2094f2d37087ab7fb17"}, - {file = "pytest_subtests-0.10.0-py3-none-any.whl", hash = "sha256:03a50a14f7981cd03090e8ca94205d783e290266d828728210c3d79f4d00c46f"}, + {file = "pytest-subtests-0.11.0.tar.gz", hash = "sha256:51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348bafbe37"}, + {file = "pytest_subtests-0.11.0-py3-none-any.whl", hash = "sha256:453389984952eec85ab0ce0c4f026337153df79587048271c7fd0f49119c07e4"}, ] [package.dependencies] @@ -2925,4 +2925,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">= 3.8,<4.0" -content-hash = "ef750787bdda38f80de7f1eb10d5381aa62f467a6f03cf98237f5e9711b1b70f" +content-hash = "c4dbfd6ee0f1f3287ada1b9bdbc5fa24800437974076d8984bd8c81cafead36b" diff --git a/pyproject.toml b/pyproject.toml index 0cc2bea47..9c01cd67e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -109,7 +109,7 @@ pytest-sugar = { version = "^0.9.6", python = ">=3.8,<4.0" } pytest-lazy-fixture = "^0.6.3" pytest-cov = "^4.0.0" pytest-xdist = "^3.1.0" -pytest-subtests = "^0.10.0" +pytest-subtests = "^0.11.0" pytest-rerunfailures = "^11.1.2" [tool.poetry.group.ci]