diff --git a/pyproject.toml b/pyproject.toml index 4c3dbdf..c39bc0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,13 +34,13 @@ dynamic = ["version"] [project.optional-dependencies] lint = [ "domify[test]", - "black==24.1.1", + "black==24.2.0", "darglint==1.8.1", "mypy==1.8.0", - "ruff==0.1.15", + "ruff==0.3.0", ] test = [ - "pytest==8.0.0", + "pytest==8.0.2", "pytest-cov==4.1.0", ]