From b3c93d860c022cd9e7a48f140ed50cf6df09c27f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Dec 2025 12:01:14 +0000 Subject: [PATCH] chore(deps-dev): bump vcrpy from 7.0.0 to 8.0.0 Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 7.0.0 to 8.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/v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 4e8b5cd1fd5..785888d0234 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -6,7 +6,7 @@ django-debug-toolbar==6.1.0 django-debug-toolbar-request-history==0.1.4 # Testing dependencies -vcrpy==7.0.0 +vcrpy==8.0.0 vcrpy-unittest==0.1.7 django-test-migrations==1.5.0 parameterized==0.9.0