diff --git a/pyproject.toml b/pyproject.toml index 601c08a..f035772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [] Repository = "https://github.com/kanishknavale/sqlhund" [build-system] -requires = ["maturin>=1.13.1"] +requires = ["maturin>=1.13.3"] build-backend = "maturin" [tool.maturin] @@ -33,11 +33,11 @@ features = ["pyo3/extension-module"] [dependency-groups] dev = [ "black>=26.3.1", - "maturin>=1.13.1", + "maturin>=1.13.3", "pre-commit>=4.6.0", "pytest>=9.0.3", - "ruff>=0.15.12", - "ty>=0.0.34", + "ruff>=0.15.13", + "ty>=0.0.36", ] [tool.pytest.ini_options]