From 2ca73be9d0f02a00d65c9b05e7df5e06318adaff Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 12 Jan 2023 23:04:49 +0100 Subject: [PATCH 1/2] Update sentry-sdk to 1.13.0 (#85772) --- homeassistant/components/sentry/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/sentry/manifest.json b/homeassistant/components/sentry/manifest.json index 29490403316634..0d9575d19c192d 100644 --- a/homeassistant/components/sentry/manifest.json +++ b/homeassistant/components/sentry/manifest.json @@ -3,7 +3,7 @@ "name": "Sentry", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/sentry", - "requirements": ["sentry-sdk==1.12.1"], + "requirements": ["sentry-sdk==1.13.0"], "codeowners": ["@dcramer", "@frenck"], "integration_type": "service", "iot_class": "cloud_polling" diff --git a/requirements_all.txt b/requirements_all.txt index dc0eeced03f5e1..da5ca7f79955c0 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2303,7 +2303,7 @@ sensorpro-ble==0.5.1 sensorpush-ble==1.5.2 # homeassistant.components.sentry -sentry-sdk==1.12.1 +sentry-sdk==1.13.0 # homeassistant.components.sfr_box sfrbox-api==0.0.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 114a6bf2ad0541..f1d69d7803fa22 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1618,7 +1618,7 @@ sensorpro-ble==0.5.1 sensorpush-ble==1.5.2 # homeassistant.components.sentry -sentry-sdk==1.12.1 +sentry-sdk==1.13.0 # homeassistant.components.sfr_box sfrbox-api==0.0.4 From f9418643087fb675aae20040e2924bcef016cf23 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 12 Jan 2023 12:17:00 -1000 Subject: [PATCH 2/2] Bump pySwitchbot to 0.36.4 (#85777) --- homeassistant/components/switchbot/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/switchbot/manifest.json b/homeassistant/components/switchbot/manifest.json index b543e7f15e7a96..05dca82b3f9f8c 100644 --- a/homeassistant/components/switchbot/manifest.json +++ b/homeassistant/components/switchbot/manifest.json @@ -2,7 +2,7 @@ "domain": "switchbot", "name": "SwitchBot", "documentation": "https://www.home-assistant.io/integrations/switchbot", - "requirements": ["PySwitchbot==0.36.3"], + "requirements": ["PySwitchbot==0.36.4"], "config_flow": true, "dependencies": ["bluetooth"], "codeowners": [ diff --git a/requirements_all.txt b/requirements_all.txt index da5ca7f79955c0..476a1f9dc7c90f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -40,7 +40,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.36.3 +PySwitchbot==0.36.4 # homeassistant.components.transport_nsw PyTransportNSW==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f1d69d7803fa22..fde6ef833a2ee9 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -36,7 +36,7 @@ PyRMVtransport==0.3.3 PySocks==1.7.1 # homeassistant.components.switchbot -PySwitchbot==0.36.3 +PySwitchbot==0.36.4 # homeassistant.components.transport_nsw PyTransportNSW==0.1.1