diff --git a/pyproject.toml b/pyproject.toml index 3c8fcb7..4b97bd1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = ["salt>=2017"] test = ["pylint==3.2.6", "pytest==8.2.2"] [tool.pdm.dev-dependencies] -dev = ["black==24.4.2", "pylint==3.2.6", "pytest==8.2.2", "tox==4.16.0"] +dev = ["black==24.4.2", "pylint==3.2.6", "pytest==8.3.2", "tox==4.16.0"] [tool.pylint.basic] good-names = "a,b,fd,k,v"