Bump bring-api to 0.3.1 (#110769)

* bump bring-api

* unpinned dependencies
This commit is contained in:
Mr. Bubbles 2024-02-20 08:46:02 +01:00 committed by GitHub
parent 54d005a3b8
commit 2b3f5319d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 14 additions and 14 deletions

View file

@ -37,7 +37,7 @@ def mock_bring_client() -> Generator[AsyncMock, None, None]:
client = mock_client.return_value
client.uuid = UUID
client.login.return_value = True
client.loadLists.return_value = {"lists": []}
client.load_lists.return_value = {"lists": []}
yield client