From 6d8b92fd6e98bff71bbd6c772b2895ce1da69bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:54:19 +0000 Subject: [PATCH] build(deps-dev): bump vcrpy from 6.0.1 to 6.0.2 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] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 46d56fe..efbb5bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1906,18 +1906,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 = "*" @@ -2228,4 +2231,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f14edd0b0ffed12a4067abd4851bfd5213e8f852d084a2b9e496d3cff1ad2bbd" +content-hash = "ff081ffb0838052aea5b877b75d1538ea97e2407f5f7e7c3ebfe09912714aead" diff --git a/pyproject.toml b/pyproject.toml index 40254c3..c92fbbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ refurb = "2.0.0" ruff = "0.6.8" tox = "4.20.0" tox-gh-actions = "3.2.0" -vcrpy = "6.0.1" +vcrpy = "6.0.2" [tool.poetry.plugins."poetry.application.plugin"] upgrade = "poetry_plugin_upgrade.plugin:UpgradeApplicationPlugin"