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"]