diff --git a/custom_components/trakt/manifest.json b/custom_components/trakt/manifest.json index fbadebd..2a75e18 100644 --- a/custom_components/trakt/manifest.json +++ b/custom_components/trakt/manifest.json @@ -4,5 +4,5 @@ "documentation": "https://github.com/custom-components/sensor.trakt/blob/master/README.md", "config_flow": true, "codeowners": ["@iantrich", "@engrbm"], - "requirements": ["trakt==2.12.0"] + "requirements": ["trakt==2.14.0"] }