⬆️(dependencies) update python dependencies

Fix new linter issues introduced by Ruff's upgrade.
This commit is contained in:
renovate[bot]
2024-01-29 13:43:32 +00:00
committed by aleb_the_flash
parent ab7d466823
commit 6abcf98ad2
3 changed files with 22 additions and 22 deletions

View File

@@ -227,7 +227,7 @@ def test_models_team_access_get_abilities_for_member_of_administrator():
def test_models_team_access_get_abilities_for_member_of_member_user(
django_assert_num_queries
django_assert_num_queries,
):
"""Check abilities of member access for the member of a team."""
access = factories.TeamAccessFactory(role="member")