aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-18 19:20:46 +0000
committerGravatar GitHub <[email protected]>2024-07-18 19:20:46 +0000
commit61f6dc62dfe4f9718f27df91679d815161893cff (patch)
treeda6a2f78e3bc02e6a93c18ca764df3df44f24cd7
parentBump pydis-core from 11.2.0 to 11.3.0 (#3130) (diff)
Bump pytest-subtests from 0.13.0 to 0.13.1 (#3129)
Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.13.0 to 0.13.1. - [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.13.0...v0.13.1) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:development update-type: version-update:semver-patch ... 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 2172ed686..f66ef66f1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1641,13 +1641,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"]
[[package]]
name = "pytest-subtests"
-version = "0.13.0"
+version = "0.13.1"
description = "unittest subTest() support and subtests fixture"
optional = false
python-versions = ">=3.7"
files = [
- {file = "pytest_subtests-0.13.0-py3-none-any.whl", hash = "sha256:5a142064218df37a52299ddb393b1a6b2c1161ca19e71ca60c3a8040eb17e811"},
- {file = "pytest_subtests-0.13.0.tar.gz", hash = "sha256:9e02b9d243c0379b02abf3e0887da122bcb2714b021c3608a37f17ce210adce5"},
+ {file = "pytest_subtests-0.13.1-py3-none-any.whl", hash = "sha256:ab616a22f64cd17c1aee65f18af94dbc30c444f8683de2b30895c3778265e3bd"},
+ {file = "pytest_subtests-0.13.1.tar.gz", hash = "sha256:989e38f0f1c01bc7c6b2e04db7d9fd859db35d77c2c1a430c831a70cbf3fde2d"},
]
[package.dependencies]
@@ -2405,4 +2405,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "3.12.*"
-content-hash = "9d3414c2a19d5a5e4fc037eb041febbb1a614b4ea4742a74838cedfdbc8d292d"
+content-hash = "6301b50e6ebb7d1d97d73884b29fe48df6d81ce2af6ffc89a224d26d92cf3d95"
diff --git a/pyproject.toml b/pyproject.toml
index 5d4969852..f8a15c926 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ pre-commit = "3.7.1"
pip-licenses = "4.5.1"
pytest = "8.2.2"
pytest-cov = "5.0.0"
-pytest-subtests = "0.13.0"
+pytest-subtests = "0.13.1"
pytest-xdist = "3.6.1"
ruff = "0.5.2"
taskipy = "1.13.0"