diff --git a/homeassistant/components/plex/manifest.json b/homeassistant/components/plex/manifest.json index a106c230ae4..1c89bf2582a 100644 --- a/homeassistant/components/plex/manifest.json +++ b/homeassistant/components/plex/manifest.json @@ -3,7 +3,7 @@ "name": "Plex Media Server", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/plex", - "requirements": ["plexapi==3.3.0", "plexauth==0.0.5", "plexwebsocket==0.0.6"], + "requirements": ["plexapi==3.3.0", "plexauth==0.0.5", "plexwebsocket==0.0.7"], "dependencies": ["http"], "codeowners": ["@jjlawren"] } diff --git a/requirements_all.txt b/requirements_all.txt index 461571f4101..f41479d0f6a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1042,7 +1042,7 @@ plexapi==3.3.0 plexauth==0.0.5 # homeassistant.components.plex -plexwebsocket==0.0.6 +plexwebsocket==0.0.7 # homeassistant.components.plum_lightpad plumlightpad==0.0.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 18014eba15d..e9379550163 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -402,7 +402,7 @@ plexapi==3.3.0 plexauth==0.0.5 # homeassistant.components.plex -plexwebsocket==0.0.6 +plexwebsocket==0.0.7 # homeassistant.components.mhz19 # homeassistant.components.serial_pm diff --git a/tests/ignore_uncaught_exceptions.py b/tests/ignore_uncaught_exceptions.py index 071504ad8b7..e6dc2f7e4f5 100644 --- a/tests/ignore_uncaught_exceptions.py +++ b/tests/ignore_uncaught_exceptions.py @@ -101,20 +101,6 @@ IGNORE_UNCAUGHT_EXCEPTIONS = [ ("tests.components.mqtt.test_state_vacuum", "test_unique_id"), ("tests.components.mqtt.test_switch", "test_unique_id"), ("tests.components.mqtt.test_switch", "test_entity_device_info_remove"), - ("tests.components.plex.test_config_flow", "test_import_success"), - ("tests.components.plex.test_config_flow", "test_single_available_server"), - ("tests.components.plex.test_config_flow", "test_multiple_servers_with_selection"), - ("tests.components.plex.test_config_flow", "test_adding_last_unconfigured_server"), - ("tests.components.plex.test_config_flow", "test_option_flow"), - ("tests.components.plex.test_config_flow", "test_option_flow_new_users_available"), - ("tests.components.plex.test_init", "test_setup_with_config"), - ("tests.components.plex.test_init", "test_setup_with_config_entry"), - ("tests.components.plex.test_init", "test_set_config_entry_unique_id"), - ("tests.components.plex.test_init", "test_setup_with_insecure_config_entry"), - ("tests.components.plex.test_init", "test_setup_with_photo_session"), - ("tests.components.plex.test_server", "test_new_users_available"), - ("tests.components.plex.test_server", "test_new_ignored_users_available"), - ("tests.components.plex.test_server", "test_mark_sessions_idle"), ("tests.components.qwikswitch.test_init", "test_binary_sensor_device"), ("tests.components.qwikswitch.test_init", "test_sensor_device"), ("tests.components.rflink.test_init", "test_send_command_invalid_arguments"),