From f6f837da25080b832ea352bfe5b2986460cb0558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:52:56 +0000 Subject: [PATCH] chore(deps): update ruff requirement from >=0.15.15 to >=0.15.17 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.15...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9031008ae37..7f75d28ae4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ stix2==3.0.2 stix2-validator==3.3.1 # dev dependencies -ruff>=0.15.15 +ruff>=0.15.17