From bbf8f07659cc8582761c5e95915d015c9cfc0a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 07:58:27 +0100 Subject: [PATCH] build(deps-dev): bump pytest from 8.0.2 to 8.1.1 (#221) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0ec4bd4ca..e6bcd0265 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ tests = [ "lxml==5.1.0", "numpy==1.26.4", "parse==1.20.1", - "pytest==8.0.2", + "pytest==8.1.1", "pytest-cov==4.1.0", "pytest-rerunfailures==13.0", ]