From e39c8ee3984081b754d1b26a447165a04f3a3231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:03:52 +0100 Subject: [PATCH] Bump vcrpy from 6.0.1 to 6.0.2 (#136) Bumps [vcrpy](https://github.com/kevin1024/vcrpy) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](https://github.com/kevin1024/vcrpy/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: vcrpy dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f06bbe5..18feacd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -520,18 +520,21 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "vcrpy" -version = "6.0.1" +version = "6.0.2" description = "Automatically mock your HTTP interactions to simplify and speed up testing" optional = false python-versions = ">=3.8" files = [ - {file = "vcrpy-6.0.1-py2.py3-none-any.whl", hash = "sha256:621c3fb2d6bd8aa9f87532c688e4575bcbbde0c0afeb5ebdb7e14cac409edfdd"}, - {file = "vcrpy-6.0.1.tar.gz", hash = "sha256:9e023fee7f892baa0bbda2f7da7c8ac51165c1c6e38ff8688683a12a4bde9278"}, + {file = "vcrpy-6.0.2-py2.py3-none-any.whl", hash = "sha256:40370223861181bc76a5e5d4b743a95058bb1ad516c3c08570316ab592f56cad"}, + {file = "vcrpy-6.0.2.tar.gz", hash = "sha256:88e13d9111846745898411dbc74a75ce85870af96dd320d75f1ee33158addc09"}, ] [package.dependencies] PyYAML = "*" -urllib3 = {version = "<2", markers = "platform_python_implementation == \"PyPy\""} +urllib3 = [ + {version = "*", markers = "platform_python_implementation != \"PyPy\" and python_version >= \"3.10\""}, + {version = "<2", markers = "platform_python_implementation == \"PyPy\""}, +] wrapt = "*" yarl = "*" @@ -723,4 +726,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "13213174c522ef5686c1d8dff2cbc9a4a9b1c3bff6fcd6b47edd1049e8f7178a" +content-hash = "b3de0f40aac63e1224c3be827355b7407a6631d2f2fb4b86ccd84d653b1c74f5" diff --git a/pyproject.toml b/pyproject.toml index fbcf449..0031cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ single-source = "^0.4.0" [tool.poetry.dev-dependencies] pytest = "^8.3.3" pytest-socket = "^0.7.0" -vcrpy = "^6.0.1" +vcrpy = "^6.0.2" [tool.ruff] lint.ignore = ["E501"]