From ed9d1f66eb47ca627ab4fd636f8be742c9259d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 12:12:22 -0400 Subject: [PATCH] chore(deps-dev): bump pytest-cov from 6.0.0 to 6.1.1 (#7458) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f3ec7db355..df1be6827d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3951,14 +3951,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-cov" -version = "6.0.0" +version = "6.1.1" description = "Pytest plugin for measuring coverage." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0"}, - {file = "pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35"}, + {file = "pytest_cov-6.1.1-py3-none-any.whl", hash = "sha256:bddf29ed2d0ab6f4df17b4c55b0a657287db8684af9c42ea546b21b1041b3dde"}, + {file = "pytest_cov-6.1.1.tar.gz", hash = "sha256:46935f7aaefba760e716c2ebfbe1c216240b9592966e7da99ea8292d4d3e2a0a"}, ] [package.dependencies] @@ -5370,4 +5370,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "dc7363b1451b6bd6688aedfc4e5a9d7e7a85d3229f962531a58a11bcb0b364cb" +content-hash = "b700c5d135b2f1377ffbeccd4a297909478a4a9f21020d94242809fd9e30698d" diff --git a/pyproject.toml b/pyproject.toml index 798625e8dc..11eed67421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ openapi-schema-validator = "0.6.3" openapi-spec-validator = "0.7.1" pylint = "3.3.6" pytest = "8.3.5" -pytest-cov = "6.0.0" +pytest-cov = "6.1.1" pytest-env = "1.1.5" pytest-randomly = "3.16.0" pytest-xdist = "3.6.1"