From 125a265a81847f72cde1bccf91aed3335cda2575 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 08:54:45 +0000 Subject: [PATCH] Update vcrpy requirement from ==4.4.* to ==6.0.* in /requirements Updates the requirements on [vcrpy](https://github.com/kevin1024/vcrpy) to permit the latest version. - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](https://github.com/kevin1024/vcrpy/compare/v4.4.0...v6.0.1) --- updated-dependencies: - dependency-name: vcrpy 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..58d22fb2 100644 --- a/requirements/requirements-dev.txt +++ b/requirements/requirements-dev.txt @@ -1,5 +1,5 @@ # Requirements for running the tests -vcrpy==4.4.* +vcrpy==6.0.* pytest==7.4.* pytest-recording==0.12.* pytest-cov==4.1.*