Skip to content

Commit 6f90561

Browse files
chore(deps): bump ruff from 0.15.7 to 0.15.8 (#14624)
1 parent f3f519d commit 6f90561

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

dojo/finding/helper.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ def update_finding_status(new_state_finding, user, changed_fields=None):
163163
# finding is being deactivated
164164
pass
165165

166-
if is_new_finding or "verified" in changed_fields:
167-
pass
168-
169166
if is_new_finding or "false_p" in changed_fields or "out_of_scope" in changed_fields:
170167
# existing behaviour is that false_p or out_of_scope implies mitigated
171168
if new_state_finding.false_p or new_state_finding.out_of_scope:

requirements-lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruff==0.15.7
1+
ruff==0.15.8

0 commit comments

Comments
 (0)