From 70810c2bc14ae99c7ddc18b3862f33489b5b7c62 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 31 Dec 2024 02:18:51 +0000 Subject: [PATCH] chore(deps): update dependency vcrpy to v7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c187249..d59215f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pytest = "^7.2.0" pytest-mock = "^3.10.0" python-dotenv = "^0.21.0" python-semantic-release = "^7.32.2" -vcrpy = "^4.2.1" +vcrpy = "^7.0.0" [build-system] build-backend = "poetry.core.masonry.api"