From 4693d276456f98455dbf8c05fb7220b16cc3072d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:47:57 +0000 Subject: [PATCH] :arrow_up: bump pytest-cov from 5.0.0 to 6.2.1 in /sdks/python Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 5.0.0 to 6.2.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v6.2.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdks/python/poetry.lock | 17 +++++++++-------- sdks/python/pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sdks/python/poetry.lock b/sdks/python/poetry.lock index e6fdaa0..3ad01b6 100644 --- a/sdks/python/poetry.lock +++ b/sdks/python/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -511,19 +511,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "5.0.0" +version = "6.2.1" description = "Pytest plugin for measuring coverage." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-5.0.0.tar.gz", hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857"}, - {file = "pytest_cov-5.0.0-py3-none-any.whl", hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652"}, + {file = "pytest_cov-6.2.1-py3-none-any.whl", hash = "sha256:f5bc4c23f42f1cdd23c70b1dab1bbaef4fc505ba950d53e0081d0730dd7e86d5"}, + {file = "pytest_cov-6.2.1.tar.gz", hash = "sha256:25cc6cc0a5358204b8108ecedc51a9b57b34cc6b8c967cc2c01a4e00d8a67da2"}, ] [package.dependencies] -coverage = {version = ">=5.2.1", extras = ["toml"]} -pytest = ">=4.6" +coverage = {version = ">=7.5", extras = ["toml"]} +pluggy = ">=1.2" +pytest = ">=6.2.5" [package.extras] testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] @@ -839,4 +840,4 @@ pydantic = ["pydantic"] [metadata] lock-version = "2.1" python-versions = "^3.9,<4.0" -content-hash = "9a49d4d552c4754acd16049669d78db8858c9341b84b79f9951c8981e8e8f9b2" +content-hash = "c17bcc74df9afb3d1d24340b65c99c2df03fa808e1257f3a205f8dd2e018a561" diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 61f5e35..183efac 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -41,7 +41,7 @@ pydantic = ["pydantic"] [tool.poetry.group.dev.dependencies] pytest = "^8.3.3" pytest-html = "^4.1.1" -pytest-cov = "^5.0.0" +pytest-cov = ">=5,<7" bandit = "^1.7.10" ruff = "^0.7.2" coverage = "^7.2.7"