Upgrade sentry-sdk to 0.20.2 (#46590)

This commit is contained in:
Franck Nijhof 2021-02-15 22:02:58 +01:00 committed by GitHub
parent 6f4df7e52e
commit ea47e5d8af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -3,6 +3,6 @@
"name": "Sentry",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sentry",
"requirements": ["sentry-sdk==0.20.1"],
"requirements": ["sentry-sdk==0.20.2"],
"codeowners": ["@dcramer", "@frenck"]
}