diff options
author | 2024-07-08 15:08:10 +0100 | |
---|---|---|
committer | 2024-07-08 15:08:10 +0100 | |
commit | d9a387b7bd49d3bc2b46451b3bb570f3e89e89f8 (patch) | |
tree | 14dd32d4213b916e20841d693bbba175e4fc2ff0 /pyproject.toml | |
parent | Make !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>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |