From ffe26292cc9233a41076ab6f4e4472f8714236ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:25:51 +0000 Subject: [PATCH] Renovate: dependency pytest-check to v2.4.1 --- pixl_core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixl_core/pyproject.toml b/pixl_core/pyproject.toml index b3251a9bc..66f9afa3f 100644 --- a/pixl_core/pyproject.toml +++ b/pixl_core/pyproject.toml @@ -32,7 +32,7 @@ test = [ "httpx==0.27.*", "pytest==8.3.2", "pytest-asyncio==0.23.8", - "pytest-check==2.3.1", + "pytest-check==2.4.1", "pytest-cov==5.0.0", "pytest-pixl==0.2.0rc0", "xnat4tests==0.3.11",