From ad9b5b57452eb73338067a520909a6b53dafec4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 07:51:00 +0000 Subject: [PATCH] Update pytest-recording requirement in /requirements Updates the requirements on [pytest-recording](https://github.com/kiwicom/pytest-recording) to permit the latest version. - [Release notes](https://github.com/kiwicom/pytest-recording/releases) - [Changelog](https://github.com/kiwicom/pytest-recording/blob/master/docs/changelog.rst) - [Commits](https://github.com/kiwicom/pytest-recording/compare/v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: pytest-recording dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-dev.txt b/requirements/requirements-dev.txt index ba041f06..20a2e156 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,7 +1,7 @@ # Requirements for running the tests vcrpy==4.4.* pytest==7.4.* -pytest-recording==0.12.* +pytest-recording==0.13.* pytest-cov==4.1.* pytest-env==1.1.* pytest-html==3.2.*