From 9295ede298bdf4aea9f6757c31d21800213fbb65 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Wed, 30 Mar 2022 19:13:47 +0200 Subject: [PATCH] [dep] Bump pytest to v7 and pytest-cov to v3 https://docs.pytest.org/en/latest/changelog.html#pytest-7-0-0rc1-2021-12-06 https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst#300-2021-10-04 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55420947..8ab5173c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ texttable = "^1.6.3" pendulum = "^2.1.2" [tool.poetry.dev-dependencies] -pytest = "^6.2.5" -pytest-cov = "^2.7" +pytest = "^7.0.0" +pytest-cov = "^3.0" pytest-sugar = "^0.9.2" [tool.poetry.scripts] -- GitLab