From f87beef3c880f4d39931c0e04ff2d152f1e9941e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kucmus?= Date: Tue, 21 Nov 2023 17:14:10 +0100 Subject: [PATCH] bump coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b06b23..b03bb74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ saleor-sdk = 'saleor_sdk.console.app:cli' [tool.hatch.envs.default] dependencies = [ - "coverage[toml]>=6.5", + "coverage[toml]>=7.3", "pytest", "pytest-cov", "pytest-asyncio",