From ba119fa712d4909d2b67416da85f539025857e8b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:30:50 +0000 Subject: [PATCH] chore(deps): update dependency pytest-cov to v6 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dc0237c29ffd..e2be01721f97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -235,7 +235,7 @@ tests = [ "pytest-benchmark>=3.4.1,<5", "pytest-deadfixtures>=2.2.1,<3", "pytest-clarity>=1.0.1,<2", - "pytest-cov>=5,<6", + "pytest-cov>=5,<7", "pytest-httpserver>=1.0.5,<2", "pytest-mock>=3.6.1,<4", "pytest-randomly>=3.10.1,<4", diff --git a/requirements-dev.txt b/requirements-dev.txt index a3ad0b2ca93b..a19ddb44efe6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -199,7 +199,7 @@ pyspark==3.5.3 pytest==8.3.3 pytest-benchmark==4.0.0 pytest-clarity==1.0.1 -pytest-cov==5.0.0 +pytest-cov==6.0.0 pytest-deadfixtures==2.2.1 pytest-httpserver==1.1.0 pytest-mock==3.14.0 diff --git a/uv.lock b/uv.lock index b769375d6de3..67ccf51ad398 100644 --- a/uv.lock +++ b/uv.lock @@ -2230,7 +2230,7 @@ tests = [ { name = "pytest", specifier = ">=8.2.0,<9" }, { name = "pytest-benchmark", specifier = ">=3.4.1,<5" }, { name = "pytest-clarity", specifier = ">=1.0.1,<2" }, - { name = "pytest-cov", specifier = ">=5,<6" }, + { name = "pytest-cov", specifier = ">=5,<7" }, { name = "pytest-deadfixtures", specifier = ">=2.2.1,<3" }, { name = "pytest-httpserver", specifier = ">=1.0.5,<2" }, { name = "pytest-mock", specifier = ">=3.6.1,<4" }, @@ -4292,15 +4292,15 @@ sdist = { url = "https://files.pythonhosted.org/packages/52/5c/cafa97944de55738a [[package]] name = "pytest-cov" -version = "5.0.0" +version = "6.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "coverage", extra = ["toml"] }, { name = "pytest" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/74/67/00efc8d11b630c56f15f4ad9c7f9223f1e5ec275aaae3fa9118c6a223ad2/pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857", size = 63042 } +sdist = { url = "https://files.pythonhosted.org/packages/be/45/9b538de8cef30e17c7b45ef42f538a94889ed6a16f2387a6c89e73220651/pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0", size = 66945 } wheels = [ - { url = "https://files.pythonhosted.org/packages/78/3a/af5b4fa5961d9a1e6237b530eb87dd04aea6eb83da09d2a4073d81b54ccf/pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652", size = 21990 }, + { url = "https://files.pythonhosted.org/packages/36/3b/48e79f2cd6a61dbbd4807b4ed46cb564b4fd50a76166b1c4ea5c1d9e2371/pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35", size = 22949 }, ] [[package]]