From d21b514be1228699bcce2a4477d1a9e073e511e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 02:05:06 +0000 Subject: [PATCH] build(deps-dev): update coverage requirement from >=7.15.1 to >=7.15.2 Updates the requirements on [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.1...7.15.2) --- updated-dependencies: - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 6fdd1841..7e764000 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ psycopg-binary = {version = "==3.3.4", markers="implementation_name == 'cpython' pytest-asyncio = ">=1.4" aiofiles = ">=23.0" types-aiofiles = ">=25.1.0.20260518" -coverage = ">=7.15.1" +coverage = ">=7.15.2" pytest-xdist = "==3.8.0" mock = "==5.2.0" mypy = {version = "==2.3.0", markers="implementation_name == 'cpython'"}