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",