aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-08 15:08:10 +0100
committerGravatar GitHub <[email protected]>2024-07-08 15:08:10 +0100
commitd9a387b7bd49d3bc2b46451b3bb570f3e89e89f8 (patch)
tree14dd32d4213b916e20841d693bbba175e4fc2ff0
parentMake !warn fail if DMing the user is unsuccessful (#3073) (diff)
Bump pytest-subtests from 0.12.1 to 0.13.0 (#3114)
Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/pytest-dev/pytest-subtests/releases) - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--poetry.lock8
-rw-r--r--pyproject.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock
index e9472fbb6..bffe35e8f 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1640,13 +1640,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]]
name = "pytest-subtests"
-version = "0.12.1"
+version = "0.13.0"
description = "unittest subTest() support and subtests fixture"
optional = false
python-versions = ">=3.7"
files = [
- {file = "pytest-subtests-0.12.1.tar.gz", hash = "sha256:d6605dcb88647e0b7c1889d027f8ef1c17d7a2c60927ebfdc09c7b0d8120476d"},
- {file = "pytest_subtests-0.12.1-py3-none-any.whl", hash = "sha256:100d9f7eb966fc98efba7026c802812ae327e8b5b37181fb260a2ea93226495c"},
+ {file = "pytest_subtests-0.13.0-py3-none-any.whl", hash = "sha256:5a142064218df37a52299ddb393b1a6b2c1161ca19e71ca60c3a8040eb17e811"},
+ {file = "pytest_subtests-0.13.0.tar.gz", hash = "sha256:9e02b9d243c0379b02abf3e0887da122bcb2714b021c3608a37f17ce210adce5"},
]
[package.dependencies]
@@ -2405,4 +2405,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "21817e996ec34f95d9dd04a34dc1e282b49288af269c6ac864540547899986f2"
+content-hash = "70e32976337e875588d8c76084e6027ae27cd06733c4eb7a9f40c57276de839d"
diff --git a/pyproject.toml b/pyproject.toml
index f7737f438..28acb98c4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ pre-commit = "3.7.1"
pip-licenses = "4.4.0"
pytest = "8.2.2"
pytest-cov = "5.0.0"
-pytest-subtests = "0.12.1"
+pytest-subtests = "0.13.0"
pytest-xdist = "3.6.1"
ruff = "0.5.1"
taskipy = "1.13.0"