diff --git a/homeassistant/components/bring/manifest.json b/homeassistant/components/bring/manifest.json
index 17c742415ffa595604e49d1a3534eb4c5b546033..79336c086ed844d6c81cd8e1d549e86e072f4903 100644
--- a/homeassistant/components/bring/manifest.json
+++ b/homeassistant/components/bring/manifest.json
@@ -6,5 +6,5 @@
   "documentation": "https://www.home-assistant.io/integrations/bring",
   "integration_type": "service",
   "iot_class": "cloud_polling",
-  "requirements": ["bring-api==0.8.1"]
+  "requirements": ["bring-api==0.9.0"]
 }
diff --git a/requirements_all.txt b/requirements_all.txt
index afe19a225c142a85f979620afa0f7265f6446f94..16901848c253433e76f84b243c6639d36ed6a818 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -628,7 +628,7 @@ boto3==1.34.131
 botocore==1.34.131
 
 # homeassistant.components.bring
-bring-api==0.8.1
+bring-api==0.9.0
 
 # homeassistant.components.broadlink
 broadlink==0.19.0
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index d57a7059df29810135b466020c41298165dae400..d2c3367acaf31411683fc4499aa2815738a32236 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -548,7 +548,7 @@ boschshcpy==0.2.91
 botocore==1.34.131
 
 # homeassistant.components.bring
-bring-api==0.8.1
+bring-api==0.9.0
 
 # homeassistant.components.broadlink
 broadlink==0.19.0