diff --git a/homeassistant/components/plex/manifest.json b/homeassistant/components/plex/manifest.json index eaf3028b39f..29bdbf34b60 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==3.0.6", + "plexapi==3.3.0", "plexauth==0.0.5", "plexwebsocket==0.0.5" ], diff --git a/requirements_all.txt b/requirements_all.txt index 7859072e2c6..aebf0c92b22 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -980,7 +980,7 @@ pillow==6.2.1 pizzapi==0.0.3 # homeassistant.components.plex -plexapi==3.0.6 +plexapi==3.3.0 # homeassistant.components.plex plexauth==0.0.5 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 589d9d0bc41..2126fed9f6f 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -320,7 +320,7 @@ pilight==0.1.1 pillow==6.2.1 # homeassistant.components.plex -plexapi==3.0.6 +plexapi==3.3.0 # homeassistant.components.plex plexauth==0.0.5