diff --git a/poetry.lock b/poetry.lock index 56bbf8b..d097ca4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2426,20 +2426,20 @@ test = ["aiohttp (>=3.10.5)", "flake8 (>=5.0,<6.0)", "mypy (>=0.800)", "psutil", [[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 = "*" @@ -2893,4 +2893,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "908290fe9752989522db32ad79113391e31458906f1c91e1994d30e6d048d23f" +content-hash = "6aae7f29e6ecbed7f225ffe607f70b3edf9b79e40e091267922605ccac540485" diff --git a/pyproject.toml b/pyproject.toml index b3e0f7c..c55437c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ optional = true [tool.poetry.group.test.dependencies] pytest = "^8.0.0" spacedirectory = "^0.0.5" -vcrpy = "^6.0.0" +vcrpy = "^7.0.0" ruff = "^0.4.0" pytest-mock = "^3.12.0"