diff --git a/poetry.lock b/poetry.lock index fb8a1f2..6f8a739 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2565,15 +2565,15 @@ pytest = ">=3.0.0" [[package]] name = "pytest-recording" -version = "0.13.2" -description = "A pytest plugin that allows you recording of network interactions via VCR.py" +version = "0.13.4" +description = "A pytest plugin powered by VCR.py to record and replay HTTP traffic" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" groups = ["dev"] markers = "platform_python_implementation == \"PyPy\"" files = [ - {file = "pytest_recording-0.13.2-py3-none-any.whl", hash = "sha256:3820fe5743d1ac46e807989e11d073cb776a60bdc544cf43ebca454051b22d13"}, - {file = "pytest_recording-0.13.2.tar.gz", hash = "sha256:000c3babbb466681457fd65b723427c1779a0c6c17d9e381c3142a701e124877"}, + {file = "pytest_recording-0.13.4-py3-none-any.whl", hash = "sha256:ad49a434b51b1c4f78e85b1e6b74fdcc2a0a581ca16e52c798c6ace971f7f439"}, + {file = "pytest_recording-0.13.4.tar.gz", hash = "sha256:568d64b2a85992eec4ae0a419c855d5fd96782c5fb016784d86f18053792768c"}, ] [package.dependencies] @@ -2581,8 +2581,8 @@ pytest = ">=3.5.0" vcrpy = ">=2.0.1" [package.extras] -dev = ["pytest-httpbin", "pytest-mock", "requests", "werkzeug (==3.0.3)"] -tests = ["pytest-httpbin", "pytest-mock", "requests", "werkzeug (==3.0.3)"] +dev = ["pytest-httpbin", "pytest-mock", "requests", "werkzeug (==3.1.3)"] +tests = ["pytest-httpbin", "pytest-mock", "requests", "werkzeug (==3.1.3)"] [[package]] name = "python-dateutil" @@ -3703,4 +3703,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "232f850fe0539eeac94a13c77cb0ff1d031614993459aa1f7180694356383677" +content-hash = "93b174685b057e4c11f9f0c066667c264b29f1fdb454832f00e6c472b44ae238" diff --git a/pyproject.toml b/pyproject.toml index 09fc636..09d580e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ coverage = "^7.8.0" pytest-cov = "^6.1.1" ruff = "^0.11.10" pytest-asyncio = "^0.26.0" -pytest-recording = "^0.13.1" +pytest-recording = "^0.13.4" pytest-random-order = "^1.1.1" [tool.poetry.group.docs.dependencies]