From 11df6aa58e61c201cc913dd04778bc3320c328f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 03:44:22 +0000 Subject: [PATCH] chore(deps): update dependency test/pytest to v8.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 057c5ed..54bdc1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">= 3.8.2" dependencies = ["salt>=2017"] [project.optional-dependencies] -test = ["pylint==3.1.0", "pytest==8.0.2"] +test = ["pylint==3.1.0", "pytest==8.1.0"] [tool.pdm.dev-dependencies] dev = ["black==24.2.0", "pylint==3.1.0", "pytest==8.0.2", "tox==4.13.0"]