Skip to content

Commit 9ad2388

Browse files
Update vcrpy requirement from ~=7.0.0 to ~=8.1.0 (#902)
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](kevin1024/vcrpy@v7.0.0...v8.1.0) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 8.1.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2f6d339 commit 9ad2388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test = [
5858
"coverage ~=7.13.1",
5959
"pyflakes ~=3.4.0",
6060
"pytest ~=9.0.1",
61-
"vcrpy ~=7.0.0",
61+
"vcrpy ~=8.1.0",
6262
"requests-mock ~=1.12.1",
6363
]
6464

0 commit comments

Comments
 (0)