From d0a2db113cf531c5801cc7770a0a6bf13c6a9bda Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Thu, 14 Nov 2024 14:03:14 +1100 Subject: [PATCH] update pytest-servers to 0.5.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3532420a9..4e7b3290c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ tests = [ "pytest-sugar>=0.9.6", "pytest-cov>=4.1.0", "pytest-mock>=3.12.0", - "pytest-servers[all]>=0.5.7", + "pytest-servers[all]>=0.5.8", "pytest-benchmark[histogram]", "pytest-xdist>=3.3.1", "virtualenv",