From d68239a9e88b63a6da46dba9db401950f6e906d9 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 16 Nov 2021 08:31:32 +0100 Subject: [PATCH] [dep] #374: Minimal pytest v6.2.6 for Py3.10 support https://docs.pytest.org/en/6.2.x/changelog.html#pytest-6-2-5-2021-08-29 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 568515f0..751f0292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ texttable = "^1.6.3" pendulum = "^2.1.2" [tool.poetry.dev-dependencies] -pytest = "^6.0" +pytest = "^6.2.5" pytest-cov = "^2.7" pytest-sugar = "^0.9.2" -- GitLab