From 28912e9a6bfb88c16570ac553cfae081ffa84590 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 16:00:24 +0800 Subject: [PATCH] chore(deps): update dependency testing/pytest to v8.2.1 (#2) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8803da2..2f6a80f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ [project.optional-dependencies] testing = [ - 'pytest==8.2.0', + 'pytest==8.2.1', "pytest-github-actions-annotate-failures==0.2.0", ]