diff options
author | 2024-03-08 23:13:47 +0000 | |
---|---|---|
committer | 2024-03-08 23:13:47 +0000 | |
commit | 8b1f04115cb66c0b7c62a59733b8a5f1b94f6306 (patch) | |
tree | 08481dc97101fd9d50295ec8970a805d600a7458 | |
parent | Bump sentry-sdk from 1.40.6 to 1.41.0 (#2949) (diff) |
Bump pytest-subtests from 0.11.0 to 0.12.1 (#2948)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | poetry.lock | 8 | ||||
-rw-r--r-- | pyproject.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index b885aa120..ce56bc4e7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1600,13 +1600,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-subtests" -version = "0.11.0" +version = "0.12.1" description = "unittest subTest() support and subtests fixture" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-subtests-0.11.0.tar.gz", hash = "sha256:51865c88457545f51fb72011942f0a3c6901ee9e24cbfb6d1b9dc1348bafbe37"}, - {file = "pytest_subtests-0.11.0-py3-none-any.whl", hash = "sha256:453389984952eec85ab0ce0c4f026337153df79587048271c7fd0f49119c07e4"}, + {file = "pytest-subtests-0.12.1.tar.gz", hash = "sha256:d6605dcb88647e0b7c1889d027f8ef1c17d7a2c60927ebfdc09c7b0d8120476d"}, + {file = "pytest_subtests-0.12.1-py3-none-any.whl", hash = "sha256:100d9f7eb966fc98efba7026c802812ae327e8b5b37181fb260a2ea93226495c"}, ] [package.dependencies] @@ -2372,4 +2372,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "c768d7745a1f527d3b50409dd0d5ea26cda83e19e45f147a8226495ea2776486" +content-hash = "b2c178f0214f235497eda8f9d2396f69c49658cf6675a913a4e897c15cfdba1d" diff --git a/pyproject.toml b/pyproject.toml index f4cc54ebd..d70bd87ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pre-commit = "3.6.2" pip-licenses = "4.3.4" pytest = "8.1.0" pytest-cov = "4.1.0" -pytest-subtests = "0.11.0" +pytest-subtests = "0.12.1" pytest-xdist = "3.5.0" ruff = "0.3.1" taskipy = "1.12.2" |