From cfd158ae13433278e9943e25b472268831f863d8 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Sat, 2 Nov 2024 11:55:51 +0300 Subject: [PATCH] Update dev dependencies --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e3c01e4..d1bcda62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,8 @@ dev = [ "hypothesis==6.115.5", "mypy==1.13.0", "polyfactory==2.17.0", - "pytest-cov==5.0.0", + "pytest==8.3.3", + "pytest-cov==6.0.0", "ruff==0.7.1", "uvloop==0.21.0", ]