From a48704972ab508f3d731f43140f412d681c86570 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 13:54:33 +0000 Subject: [PATCH] chore(deps): update dependency test/pytest to v7.4.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e52cae5..fc2f9cb 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.0.3", "pytest==7.4.3"] +test = ["pylint==3.0.3", "pytest==7.4.4"] [tool.pdm.dev-dependencies] dev = ["black==23.12.1", "pylint==3.0.3", "pytest==7.4.3", "tox==4.11.4"]