From 7bcfd558c80357d83e89a2b870f9bb55e27e578c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:21:52 +0000 Subject: [PATCH] Update dependency betamax to ^0.9.0 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 484e101261..bbffe156da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -156,13 +156,13 @@ lxml = ["lxml"] [[package]] name = "betamax" -version = "0.8.1" +version = "0.9.0" description = "A VCR imitation for python-requests" optional = false -python-versions = "*" +python-versions = ">=3.8.1" files = [ - {file = "betamax-0.8.1-py2.py3-none-any.whl", hash = "sha256:aa5ad34cc8d018b35814fb0557d15c78ced9ac56fdc43ccacdb882aa7a5217c1"}, - {file = "betamax-0.8.1.tar.gz", hash = "sha256:5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2"}, + {file = "betamax-0.9.0-py2.py3-none-any.whl", hash = "sha256:880d6da87eaf7e61c42bdc4240f0ac04ab5365bd7f2798784c18d37d8cf747bc"}, + {file = "betamax-0.9.0.tar.gz", hash = "sha256:82316e1679bc6879e3c83318d016b54b7c9225ff08c4462de4813e22038d5f94"}, ] [package.dependencies] @@ -4400,4 +4400,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "3.11.4" -content-hash = "db6503582894a4879bc486996a98bf6e5922e604164441466a524cc3ce1a0182" +content-hash = "0953f6baf25254c52b84f1c8cacad70795938b07e2a4828189878a61176563cd" diff --git a/pyproject.toml b/pyproject.toml index 5405a6f182..cc8f9d9b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ tabulate = "^0.9.0" [tool.poetry.group.dev.dependencies] astroid = "^2.15.4" -betamax = "^0.8.0" +betamax = "^0.9.0" betamax_serializers = "^0.2.1" black = "22.6.0" bpython = "^0.24"