diff --git a/pyproject.toml b/pyproject.toml index 9a74e48..faa90b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,13 +17,13 @@ run-detection = "rundetection.run_detection:main" [project.optional-dependencies] formatting = [ - "ruff==0.4.8", - "mypy==1.10.0", + "ruff==0.6.1", + "mypy==1.11.1", "run-detection[test]" ] test = [ - "pytest==8.2.2", + "pytest==8.3.2", "pytest-cov==5.0.0", "requests==2.32.3", "pytest-random-order==1.1.1"