From 58d075fe1c5bfbdc1e998e7bb96a88ce5038e17b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:12:12 +0000 Subject: [PATCH] build(deps-dev): bump pytest-cov from 6.1.0 to 6.1.1 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.0...v6.1.1) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index eb2bfc5d..010a22d0 100644 --- a/Pipfile +++ b/Pipfile @@ -13,7 +13,7 @@ psycopg = "==3.2.6" [dev-packages] towncrier = "==24.8.0" psycopg-binary = {version = "==3.2.6", markers="implementation_name == 'cpython'"} -pytest-cov = "==6.1.0" +pytest-cov = "==6.1.1" pytest-xdist = "==3.6.1" mock = "==5.2.0" mypy = "==1.15.0"