From 11679b0ef1c1891dfc0761058f4a08e0be17fd40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:52:56 +0000 Subject: [PATCH] Update vcrpy requirement from ~=6.0.2 to ~=7.0.0 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/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 7.0.0 dependency-type: direct:development ... 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 3d25f0c2c..ada5cabb4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ pytest~=8.3.4 pytest-vcr~=1.0.2 # [PINNED] to v6.x since vcrpy>=7.0 requires urllib3>=2.0 # which breaks compatibility with Python 3.8 -vcrpy~=6.0.2 +vcrpy~=7.0.0 pytest-order~=1.3.0 pytest-timer[termcolor]~=1.0.0 pytest-sugar~=1.0.0