Bump google-photos-library-api to 0.11.1 (#126430)

This commit is contained in:
Allen Porter 2024-09-22 07:42:50 -07:00 committed by GitHub
parent ba3ba7b890
commit bd4bbb30ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View File

@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/google_photos",
"iot_class": "cloud_polling",
"loggers": ["google_photos_library_api"],
"requirements": ["google-photos-library-api==0.8.0"]
"requirements": ["google-photos-library-api==0.11.1"]
}

View File

@ -1007,7 +1007,7 @@ google-generativeai==0.7.2
google-nest-sdm==5.0.1
# homeassistant.components.google_photos
google-photos-library-api==0.8.0
google-photos-library-api==0.11.1
# homeassistant.components.google_travel_time
googlemaps==2.5.1

View File

@ -857,7 +857,7 @@ google-generativeai==0.7.2
google-nest-sdm==5.0.1
# homeassistant.components.google_photos
google-photos-library-api==0.8.0
google-photos-library-api==0.11.1
# homeassistant.components.google_travel_time
googlemaps==2.5.1

View File

@ -131,7 +131,6 @@ def mock_client_api(
mock_api.get_user_info.return_value = UserInfoResult(
id=user_identifier,
name="Test Name",
email="test.name@gmail.com",
)
responses = load_json_array_fixture(fixture_name, DOMAIN) if fixture_name else []