From 55ec373b5d4ca100e6de301d91e5ca871193bc90 Mon Sep 17 00:00:00 2001 From: Manuel Sommer Date: Wed, 1 Apr 2026 14:09:13 +0200 Subject: [PATCH] chore(deps): bump ruff from 0.15.7 to 0.15.8 --- dojo/finding/helper.py | 3 --- requirements-lint.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dojo/finding/helper.py b/dojo/finding/helper.py index 22e1632bbd3..3c13d69a252 100644 --- a/dojo/finding/helper.py +++ b/dojo/finding/helper.py @@ -163,9 +163,6 @@ def update_finding_status(new_state_finding, user, changed_fields=None): # finding is being deactivated pass - if is_new_finding or "verified" in changed_fields: - pass - if is_new_finding or "false_p" in changed_fields or "out_of_scope" in changed_fields: # existing behaviour is that false_p or out_of_scope implies mitigated if new_state_finding.false_p or new_state_finding.out_of_scope: diff --git a/requirements-lint.txt b/requirements-lint.txt index 535118bba64..3290a6cb352 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1 +1 @@ -ruff==0.15.7 +ruff==0.15.8