diff --git a/pyproject.toml b/pyproject.toml index 9a74e48..01fea99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,8 +17,8 @@ run-detection = "rundetection.run_detection:main" [project.optional-dependencies] formatting = [ - "ruff==0.4.8", - "mypy==1.10.0", + "ruff==0.5.1", + "mypy==1.10.1", "run-detection[test]" ]