chore: bump FAB to 4.7.0 (#33607)

This commit is contained in:
Daniel Vaz Gaspar
2025-05-29 08:34:00 +01:00
committed by GitHub
parent f0b6e87091
commit a4bb11c755
4 changed files with 4 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ def test_csrf_not_exempt(app_context: None) -> None:
Test that REST API is not exempt from CSRF.
"""
assert {blueprint.name for blueprint in csrf._exempt_blueprints} == {
"GroupApi",
"MenuApi",
"SecurityApi",
"OpenApi",