From 0d688879760ed6a85694f1a5ea07482c9790241b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:29:32 +0000 Subject: [PATCH] Update dependency vcrpy to v7 --- 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", ]