From 54f1779e94770943c2891cf5778ab2fab1f92f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 10:11:32 +0000 Subject: [PATCH] Update vcrpy requirement from ~=6.0 to ~=7.0 in /app 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/v6.0.0...v7.0.0) --- updated-dependencies: - dependency-name: vcrpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 2809f0a3..ad1e8f94 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "sentry-sdk~=2.19.0", "slack-sdk~=3.33.0", "uwsgi~=2.0.26", - "vcrpy~=6.0", + "vcrpy~=7.0", "whitenoise~=6.7", "xarray~=2024.11.0", ]