From 1336edef787694ed4efc30bfb8a606cc880af87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:50:52 +0000 Subject: [PATCH] Bump pytest-subtests from 0.9.0 to 0.13.1 Bumps [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) from 0.9.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/0.9.0...v0.13.1) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 078ec43..ad93a92 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ pytest==7.2.1 pytest-cov==4.0.0 pytest-xdist==3.2.0 -pytest-subtests==0.9.0 +pytest-subtests==0.13.1 black==24.3.0 isort==5.10.1