From 08e516681e283b081e7082b2186dc727a537d4b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 11:43:41 +0000 Subject: [PATCH] Bump vcrpy from 7.0.0 to 8.2.1 Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 7.0.0 to 8.2.1. - [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.2.1) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 8.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a125a1..5c1e7ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ development = [ "pylint==3.3.9", "pytest==8.4.2", "pytest-cov==7.1.0", - "vcrpy==7.0.0", + "vcrpy==8.2.1", "types-PyYaml==6.0.12.20250915" ] [project.urls]