From 1d6fe4e381bf4e9551017fbeba8a9fb51b18be7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:51:30 +0000 Subject: [PATCH] Bump vcrpy from 1.4.1 to 8.2.1 in /requirements Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 1.4.1 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/commits/v8.2.1) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 8.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a0ebf58..e77d153 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,7 +3,7 @@ -r dev.txt mock==1.0.1 -vcrpy==1.4.1 +vcrpy==8.2.1 nose coverage unittest2 \ No newline at end of file