diff --git a/pyproject.toml b/pyproject.toml index c43e694..81d9c70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,10 +12,10 @@ dependencies = ["logger"] dev = [ "pytest>=9.1.1", "black>=26.5.1", - "ruff>=0.16.3", - "mypy>=2.3.0", + "ruff>=0.16.5", + "mypy>=2.3.1", "pre-commit>=4.6.2", - "pylint>=4.0.7", + "pylint>=4.0.8", ] [tool.uv.sources] @@ -35,7 +35,7 @@ module = "logger" ignore_missing_imports = true [build-system] -requires = ["maturin>=1.14.1,<2.0"] +requires = ["maturin>=1.15.0,<2.0"] build-backend = "maturin" [tool.maturin]