diff --git a/pyproject.toml b/pyproject.toml index 598b221..350c99f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = ["salt"] test = ["pylint==3.3.1", "pytest==8.3.3"] [tool.pdm.dev-dependencies] -dev = ["pylint==3.3.1", "pytest==8.3.3", "ruff==0.7.3", "tox==4.23.2"] +dev = ["pylint==3.3.1", "pytest==8.3.3", "ruff==0.7.4", "tox==4.23.2"] [tool.pdm.resolution.overrides] pyzmq = "~=25.1" # 25.0.2 does not compile on 24.04 anymore