diff --git a/homeassistant/components/plex/manifest.json b/homeassistant/components/plex/manifest.json index 34a02e8ae20..f0f1e09a15c 100644 --- a/homeassistant/components/plex/manifest.json +++ b/homeassistant/components/plex/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/plex", "requirements": [ - "plexapi==4.2.0", + "plexapi==4.3.0", "plexauth==0.0.6", "plexwebsocket==0.0.12" ], diff --git a/requirements_all.txt b/requirements_all.txt index efaca32686c..f5617ef521c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1131,7 +1131,7 @@ pillow==7.2.0 pizzapi==0.0.3 # homeassistant.components.plex -plexapi==4.2.0 +plexapi==4.3.0 # homeassistant.components.plex plexauth==0.0.6 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5e1b0f26d1c..248806ac062 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -560,7 +560,7 @@ pilight==0.1.1 pillow==7.2.0 # homeassistant.components.plex -plexapi==4.2.0 +plexapi==4.3.0 # homeassistant.components.plex plexauth==0.0.6