From 542ac96bf8fd4913b191c4bac83a23b0139e1bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 23:41:33 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 in /plugins/apel Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 4.1.0 to 5.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v4.1.0...v5.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- CHANGELOG.md | 1 + plugins/apel/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d556c307..ed32fb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Dependencies: Update pyo3 from 0.19.2 to 0.20.3 ([@dirksammel](https://github.com/dirksammel), [@QuantumDancer](https://github.com/QuantumDancer)) - Dependencies: Update pyo3-asyncio from 0.19 to 0.20 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update pytest from 8.0.0 to 8.1.1 ([@dirksammel](https://github.com/dirksammel)) +- Dependencies: Update pytest-cov from 4.1.0 to 5.0.0 ([@dirksammel](https://github.com/dirksammel)) - Dependencies: Update regex from 1.10.3 to 1.10.4 ([@QuantumDancer](https://github.com/QuantumDancer)) - Dependencies: Update reqwest from 0.11.24 to 0.12.2 ([@QuantumDancer](https://github.com/QuantumDancer)) - Dependencies: Update serde from 1.0.196 to 1.0.197 ([@QuantumDancer](https://github.com/QuantumDancer)) diff --git a/plugins/apel/pyproject.toml b/plugins/apel/pyproject.toml index d70000a4..7358adbb 100644 --- a/plugins/apel/pyproject.toml +++ b/plugins/apel/pyproject.toml @@ -21,7 +21,7 @@ style = [ ] tests = [ "pytest==8.1.1", - "pytest-cov==4.1.0", + "pytest-cov==5.0.0", ] build = [ "build==1.1.1",