From 3646c109d966270db27b428117501ee77f1f877d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:12:48 +0000 Subject: [PATCH] Update vcrpy requirement from ~=7.0.0 to >=7.0,<8.2 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/v7.0.0...v8.1.1) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 8.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd4366d01..fd3d74c37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "types-Authlib~=1.6.5.20251005", "pytest~=8.4.2", "pytest-vcr~=1.0.2", - "vcrpy~=7.0.0", + "vcrpy>=7.0,<8.2", "pytest-order~=1.3.0", "pytest-timer[termcolor]~=1.0.0", "pytest-sugar~=1.0.0",