From dc9154b5435ae41e515e852a2e80a0db8a7119b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 04:25:04 +0000 Subject: [PATCH] chore(deps): bump ruff from 0.5.5 to 0.16.3 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.5 to 0.16.3. - [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.5.5...0.16.3) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 927d7bd..b895304 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,5 +10,5 @@ networkx==3.3 jupyter==1.0.0 notebook==7.2.1 pytest==8.3.2 -ruff==0.5.5 +ruff==0.16.3 black==24.8.0 \ No newline at end of file