From 58540690b6e024d4f1a17b7fee15c7f2244bf75a Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 29 Oct 2024 13:01:58 +0100 Subject: [PATCH] Bump Pytest (v8) dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b967370..d4a4d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,9 +36,9 @@ pyaes = "^1.6.1" mnemonic = "^0.20" [tool.poetry.group.test.dependencies] -pytest = "^7.3.1" -pytest-cov = "^4.1.0" -pytest-sugar = "^0.9.7" +pytest = "^8.3.3" +pytest-cov = "^5.0.0" +pytest-sugar = "^1.0.0" pytest-clarity = "^1.0.1" [tool.poetry.group.doc] -- GitLab