From f791b3a879349972790b781ff1fab8c95cce8a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 23:07:48 +0000 Subject: [PATCH] Update pytest-subtests requirement from ~=0.3.0 to ~=0.8.0 Updates the requirements on [pytest-subtests](https://github.com/pytest-dev/pytest-subtests) to permit the latest version. - [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.3.0...0.8.0) --- updated-dependencies: - dependency-name: pytest-subtests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9f6d1f..0d06ff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ ionhash~=1.1.0 # Indirect dependencies pytest~=4.6.3 pytest-cov~=2.7.1 -pytest-subtests~=0.3.0 +pytest-subtests~=0.8.0 jmespath~=0.9.0 python-dateutil~=2.8.1 s3transfer~=0.3.7