From eab419135c2bbe856b2b964c38fc2c0e0ed07e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:39:56 +0000 Subject: [PATCH] build(deps-dev): update vcrpy requirement from <5 to <6 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/v0.1.0...v5.0.0) --- updated-dependencies: - dependency-name: vcrpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aac75430c..965f75cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ test = [ "types-urllib3~=1.26", # pytest-recording breakage with v5.0.0, need release of # https://github.com/kiwicom/pytest-recording/pull/110 to remove this ceil - "vcrpy<5", + "vcrpy<6", ] urllib3 = ["urllib3>=1.26"] validation = ["jsonschema>=4.0.1"]