From e5b4673469a3481c3dd7e58794a842ee8a1bc453 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 20:40:29 +0000 Subject: [PATCH] chore(deps-dev): update ruff requirement Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.18...0.16.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- deployment/nifi/nifi-scripts/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/nifi/nifi-scripts/pyproject.toml b/deployment/nifi/nifi-scripts/pyproject.toml index 1cc86d3..ef58ed4 100644 --- a/deployment/nifi/nifi-scripts/pyproject.toml +++ b/deployment/nifi/nifi-scripts/pyproject.toml @@ -15,7 +15,7 @@ packages = [{include = "src"}] [tool.poetry.group.dev.dependencies] pytest = "^9.1.1" pytest-cov = "^7.1.0" -ruff = "^0.15.18" +ruff = "^0.16.1" bandit = "^1.9.4" [build-system]