Update sentry-sdk to 1.5.12 (#71930)

* Update sentry-sdk to 1.5.12

* Remove now unneeded mypy ignore
This commit is contained in:
Franck Nijhof 2022-05-16 22:13:43 +02:00 committed by GitHub
parent d22472208f
commit 03e98a9a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
}
# pylint: disable-next=abstract-class-instantiated
sentry_sdk.init( # type: ignore[abstract]
sentry_sdk.init(
dsn=entry.data[CONF_DSN],
environment=entry.options.get(CONF_ENVIRONMENT),
integrations=[sentry_logging, AioHttpIntegration(), SqlalchemyIntegration()],

View File

@ -3,7 +3,7 @@
"name": "Sentry",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sentry",
"requirements": ["sentry-sdk==1.5.10"],
"requirements": ["sentry-sdk==1.5.12"],
"codeowners": ["@dcramer", "@frenck"],
"iot_class": "cloud_polling"
}

View File

@ -2141,7 +2141,7 @@ sendgrid==6.8.2
sense_energy==0.10.4
# homeassistant.components.sentry
sentry-sdk==1.5.10
sentry-sdk==1.5.12
# homeassistant.components.sharkiq
sharkiq==0.0.1

View File

@ -1407,7 +1407,7 @@ securetar==2022.2.0
sense_energy==0.10.4
# homeassistant.components.sentry
sentry-sdk==1.5.10
sentry-sdk==1.5.12
# homeassistant.components.sharkiq
sharkiq==0.0.1