From 5230b2c069291ba4bea8a598d95d28197d45212d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:12:53 +0000 Subject: [PATCH] Bump vcrpy from 4.2.1 to 7.0.0 Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 4.2.1 to 7.0.0. - [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.2.1...v7.0.0) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 7.0.0 dependency-type: direct:production 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 d72f661..d524f08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ test = [ "pytest-asyncio ==0.18.*", "pytest-vcr ==1.*", "urllib3 ==1.*", - "vcrpy ==4.2.1" + "vcrpy ==7.0.0" ] type = [ "aiohttp <4",