From 6cf5a861a1fc220af296ada9dbb76b5746f48973 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 00:50:45 +0000 Subject: [PATCH] Update dependency pytest to v8.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31664f68..496287b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "yamllint==1.35.1", # YAML linter "pre-commit==3.7.1", # Git commit hooks "mypy==1.10.0", # Static type checker - "pytest==8.2.0", # Testing framework + "pytest==8.2.1", # Testing framework "pytest-cov==5.0.0", # Test coverage ]