diff --git a/pyproject.toml b/pyproject.toml index 023aae8..e8226b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,11 +40,11 @@ export = [ dev = [ "fastapi>=0.115,<1", "httpx>=0.28,<1", - "mypy>=1.14,<2", + "mypy>=1.14,<3", "onnx>=1.17,<2", "onnxruntime>=1.20,<2", "onnxscript>=0.2,<1", - "pytest>=8.3,<9", + "pytest>=8.3,<10", "pytest-cov>=6,<8", "python-multipart>=0.0.18,<1", "ruff>=0.9,<1",