From 960855eb583fa246cc63066fbdb3930ecde68385 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Mon, 4 May 2026 15:49:53 +0200 Subject: [PATCH] Bump bring-api to 1.1.2 (#169729) --- homeassistant/components/bring/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- .../bring/snapshots/test_diagnostics.ambr | 28 +++++++++++++++++++ 4 files changed, 31 insertions(+), 3 deletions(-) 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', }),