Skip to content

Commit

Permalink
Fixes crashes when receiving malformed decoded payloads (#119216)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
  • Loading branch information
angelnu and jbouwh committed Jun 10, 2024
1 parent 733e563 commit 731df89
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/thethingsnetwork/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"documentation": "https://www.home-assistant.io/integrations/thethingsnetwork",
"integration_type": "hub",
"iot_class": "cloud_polling",
"requirements": ["ttn_client==0.0.4"]
"requirements": ["ttn_client==1.0.0"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2767,7 +2767,7 @@ transmission-rpc==7.0.3
ttls==1.5.1

# homeassistant.components.thethingsnetwork
ttn_client==0.0.4
ttn_client==1.0.0

# homeassistant.components.tuya
tuya-device-sharing-sdk==0.1.9
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@ transmission-rpc==7.0.3
ttls==1.5.1

# homeassistant.components.thethingsnetwork
ttn_client==0.0.4
ttn_client==1.0.0

# homeassistant.components.tuya
tuya-device-sharing-sdk==0.1.9
Expand Down

0 comments on commit 731df89

Please sign in to comment.