chore(deps-dev): bump the dev group across 1 directory with 18 updates (#33322)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-03-12 01:02:28 +09:00
committed by GitHub
parent 989db0e584
commit 8b16030d6b
4 changed files with 162 additions and 159 deletions

View File

@ -51,7 +51,7 @@ def bypass_decorators(mocker):
)
mocker.patch(
"controllers.console.datasets.hit_testing.cloud_edition_billing_rate_limit_check",
return_value=lambda *_: (lambda f: f),
return_value=lambda *_: lambda f: f,
)