From e246ad317dd9769ea8e61a5adc1128d5536b312b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 04:03:38 +0000 Subject: [PATCH] Deps: Bump the python-packages group with 3 updates Updates the requirements on [maturin](https://github.com/pyo3/maturin), [ruff](https://github.com/astral-sh/ruff) and [ty](https://github.com/astral-sh/ty) to permit the latest version. Updates `maturin` to 1.13.3 - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.13.1...v1.13.3) Updates `ruff` to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.12...0.15.13) Updates `ty` to 0.0.36 - [Release notes](https://github.com/astral-sh/ty/releases) - [Changelog](https://github.com/astral-sh/ty/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ty/compare/0.0.34...0.0.36) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.13.3 dependency-type: direct:development dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development dependency-group: python-packages - dependency-name: ty dependency-version: 0.0.36 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]