From 3248a1680a2d790691a5fb8ccb10aa242df02748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 05:13:30 +0000 Subject: [PATCH] chore(deps-dev): update vcrpy requirement from ^5.1.0 to ^6.0.1 Updates the requirements on [vcrpy](https://github.com/kevin1024/vcrpy) to permit the latest version. - [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/v5.1.0...v6.0.1) --- updated-dependencies: - dependency-name: vcrpy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11bfa74..bd50f40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requests = "^2.25.1" [tool.poetry.dev-dependencies] pytest = "^8.0.0" -vcrpy = "^5.1.0" +vcrpy = "^6.0.1" flake8 = "7.0.0" black = "24.1.1" isort = "5.13.2"