From 9a621c52b48268c24cc9f7d53acaff672a8f50b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 01:06:36 +0000 Subject: [PATCH] Update dependency vcrpy to v7 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 0bcd16c9..14f0ee55 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2947,20 +2947,20 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "vcrpy" -version = "6.0.2" +version = "7.0.0" description = "Automatically mock your HTTP interactions to simplify and speed up testing" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "vcrpy-6.0.2-py2.py3-none-any.whl", hash = "sha256:40370223861181bc76a5e5d4b743a95058bb1ad516c3c08570316ab592f56cad"}, - {file = "vcrpy-6.0.2.tar.gz", hash = "sha256:88e13d9111846745898411dbc74a75ce85870af96dd320d75f1ee33158addc09"}, + {file = "vcrpy-7.0.0-py2.py3-none-any.whl", hash = "sha256:55791e26c18daa363435054d8b35bd41a4ac441b6676167635d1b37a71dbe124"}, + {file = "vcrpy-7.0.0.tar.gz", hash = "sha256:176391ad0425edde1680c5b20738ea3dc7fb942520a48d2993448050986b3a50"}, ] [package.dependencies] PyYAML = "*" urllib3 = [ - {version = "*", markers = "platform_python_implementation != \"PyPy\" and python_version >= \"3.10\""}, {version = "<2", markers = "platform_python_implementation == \"PyPy\""}, + {version = "*", markers = "platform_python_implementation != \"PyPy\" and python_version >= \"3.10\""}, ] wrapt = "*" yarl = "*" @@ -3270,4 +3270,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ba98d2df8c0a44c065b3de63c27e19bbfbbb88ff040b6928f0738f65285982d9" +content-hash = "ed590963ed2b39fd7c8e1d159cd95996417d8c9da5fdd38f154ff958edf0a2f1" diff --git a/pyproject.toml b/pyproject.toml index ded71f75..a7e9504c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ flake8 = "^7.0.0" mock = "^5.0.0" pytest = "^8.0.0" pytest-cov = "^6.0.0" -vcrpy = "^6.0.0" +vcrpy = "^7.0.0" psycopg2-binary = "^2.9.3" # Authentication integration testing