From c1d05de7f90d3c24f5dd658fd4b2a1cc6ec0b4ef Mon Sep 17 00:00:00 2001 From: Stefan Hagen Date: Sat, 26 Nov 2022 00:06:37 +0100 Subject: [PATCH] Bumped test deps (pytest-check==1.2.0) --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index 051b962..bb4a4d0 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -8,7 +8,7 @@ pytest==7.2.0 pytest-asyncio==0.20.2 pytest-benchmark==4.0.0 pytest-cases==3.6.13 -pytest-check==1.1.3 +pytest-check==1.2.0 pytest-check-links==0.7.1 pytest-checkdocs==2.9.0 pytest_codeblocks==0.16.1 -- 2.38.4