aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-16 19:38:07 +0000
committerGravatar GitHub <[email protected]>2023-05-16 19:38:07 +0000
commit61087212384b9f51d8f45855a2cbfa06ce882687 (patch)
tree5951713988e977e4f3138fcbed1a079a9735ee4b /pyproject.toml
parentBump ruff from 0.0.264 to 0.0.265 (#2584) (diff)
Bump pytest-subtests from 0.10.0 to 0.11.0 (#2590)
Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.10.0 to 0.11.0. - [Changelog](https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-subtests/compare/0.10.0...v0.11.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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c3dc99b44..e1591f703 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,7 +39,7 @@ pre-commit = "3.3.1"
pip-licenses = "4.3.1"
pytest = "7.3.1"
pytest-cov = "4.0.0"
-pytest-subtests = "0.10.0"
+pytest-subtests = "0.11.0"
pytest-xdist = "3.2.1"
ruff = "0.0.265"
taskipy = "1.10.4"