From 341ff95a7e5c113a89e4f5e8f003ece306b78aab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 05:27:55 +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 e35731d..74a585b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requests = "^2.25.1" [tool.poetry.dev-dependencies] pytest = "^7.0.1" -vcrpy = "^5.1.0" +vcrpy = "^6.0.1" flake8 = "7.0.0" black = "23.12.1" isort = "5.13.2"