From 9777bd4ddc98724b20d992b9faa8927a9cd3a405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:32:57 +0000 Subject: [PATCH] chore(deps): update dependency test/pytest to v7.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3cf046..d29fa82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">= 3.8.2" dependencies = ["salt>=2017"] [project.optional-dependencies] -test = ["pylint==2.17.5", "pytest==7.4.1"] +test = ["pylint==2.17.5", "pytest==7.4.2"] [tool.pdm.dev-dependencies] dev = ["black==23.7.0", "pylint==2.17.5", "pytest==7.4.1", "tox==4.11.1"]