From 1107c2c9a5e6248d9a0fcf46d6d25e0b886b71c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 08:24:21 +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 efe27ec6..1c86cd8e 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==8.2.* pytest-recording==0.13.* pytest-cov==4.1.*