From b1bb9a5b2c4de3db73fb5308f92c81a6a364e1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 01:43:48 +0000 Subject: [PATCH] chore(deps-dev): bump the dependencies group across 1 directory with 4 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [pylint](https://github.com/pylint-dev/pylint) and [maturin](https://github.com/pyo3/maturin) to permit the latest version. Updates `ruff` to 0.16.5 - [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.16.3...0.16.5) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `pylint` to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.7...v4.0.8) Updates `maturin` to 1.15.0 - [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.14.1...v1.15.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development dependency-group: dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: dependencies - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development dependency-group: dependencies - dependency-name: maturin dependency-version: 1.15.0 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]