From 56895ce8b25780806da99441d4fabc1ec64e60d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:13:13 +0000 Subject: [PATCH] chore(deps-dev): bump ruff in the development-dependencies group Bumps the development-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.16.3 to 0.16.4 - [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.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cdeb8c64b..b33494ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dev = [ "pytest-mock>=3.0", "pytest-bdd>=7.0", "hypothesis>=6.0", - "ruff==0.16.3", + "ruff==0.16.4", "pyarrow>=15.0", ] @@ -290,7 +290,7 @@ dev = [ "pre-commit>=3.6.0", "types-defusedxml>=0.7.0.20250822", "interrogate>=1.7.0", - "ruff==0.16.3", + "ruff==0.16.4", "networkx>=3.4.2", "pandas>=2.3.3", "python-igraph>=1.0.0",