diff --git a/setup.py b/setup.py index 7406174518..30afb840db 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( "hass_frontend_es5.*", ] ), - install_requires=["user-agents==1.1.0"], + install_requires=["user-agents==2.0.0"], include_package_data=True, zip_safe=False, )