diff --git a/homeassistant/components/bring/manifest.json b/homeassistant/components/bring/manifest.json index b2177acb52f0..b8ab566aba7b 100644 --- a/homeassistant/components/bring/manifest.json +++ b/homeassistant/components/bring/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "loggers": ["bring_api"], "quality_scale": "platinum", - "requirements": ["bring-api==1.1.1"] + "requirements": ["bring-api==1.1.2"] } diff --git a/requirements_all.txt b/requirements_all.txt index defa935fae66..33526572ce50 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -697,7 +697,7 @@ boto3==1.37.1 botocore==1.37.1 # homeassistant.components.bring -bring-api==1.1.1 +bring-api==1.1.2 # homeassistant.components.broadlink broadlink==0.19.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 293920da413c..56f5478ce34d 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -627,7 +627,7 @@ boschshcpy==0.2.107 botocore==1.37.1 # homeassistant.components.bring -bring-api==1.1.1 +bring-api==1.1.2 # homeassistant.components.broadlink broadlink==0.19.0 diff --git a/tests/components/bring/snapshots/test_diagnostics.ambr b/tests/components/bring/snapshots/test_diagnostics.ambr index 4c8475428e9e..bc28943a4e62 100644 --- a/tests/components/bring/snapshots/test_diagnostics.ambr +++ b/tests/components/bring/snapshots/test_diagnostics.ambr @@ -242,9 +242,16 @@ 'attributes': list([ dict({ 'content': dict({ + 'activeFrom': None, + 'activeTo': None, + 'companyBrn': None, 'convenient': True, 'discounted': True, + 'newItemIcon': None, + 'newItemSection': None, + 'source': None, 'urgent': True, + 'uuid': None, }), 'type': 'PURCHASE_CONDITIONS', }), @@ -257,9 +264,16 @@ 'attributes': list([ dict({ 'content': dict({ + 'activeFrom': None, + 'activeTo': None, + 'companyBrn': None, 'convenient': True, 'discounted': True, + 'newItemIcon': None, + 'newItemSection': None, + 'source': None, 'urgent': True, + 'uuid': None, }), 'type': 'PURCHASE_CONDITIONS', }), @@ -296,9 +310,16 @@ 'attributes': list([ dict({ 'content': dict({ + 'activeFrom': None, + 'activeTo': None, + 'companyBrn': None, 'convenient': True, 'discounted': True, + 'newItemIcon': None, + 'newItemSection': None, + 'source': None, 'urgent': True, + 'uuid': None, }), 'type': 'PURCHASE_CONDITIONS', }), @@ -311,9 +332,16 @@ 'attributes': list([ dict({ 'content': dict({ + 'activeFrom': None, + 'activeTo': None, + 'companyBrn': None, 'convenient': True, 'discounted': True, + 'newItemIcon': None, + 'newItemSection': None, + 'source': None, 'urgent': True, + 'uuid': None, }), 'type': 'PURCHASE_CONDITIONS', }),