From d3e5ca5b208d34c9188ff552e3920df4164e8a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:02:41 +0000 Subject: [PATCH] build(deps-dev): bump vcrpy from 6.0.2 to 8.2.1 Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 6.0.2 to 8.2.1. - [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/v6.0.2...v8.2.1) --- updated-dependencies: - dependency-name: vcrpy dependency-version: 8.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 878c3e3..11ac52e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev = [ "tox", "anywidget", "ipywidgets", - "vcrpy==6.0.2", # pin to avoid flakey newer + "vcrpy==8.2.1", # pin to avoid flakey newer "granite-io[transformers]", "granite-io[nltk]", "granite-io[openai]",