diff --git a/pyproject.toml b/pyproject.toml index 66f8ee0..cbba303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,11 +36,11 @@ lint = [ "domify[test]", "black==24.4.2", "darglint==1.8.1", - "mypy==1.10.0", - "ruff==0.4.7", + "mypy==1.10.1", + "ruff==0.5.0", ] test = [ - "pytest==8.2.1", + "pytest==8.2.2", "pytest-cov==5.0.0", ]