Skip to content

Commit

Permalink
Bump aiowithings to 3.0.3 (#124154)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Aug 19, 2024
1 parent de82f21 commit bcd92b4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/withings/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"iot_class": "cloud_push",
"loggers": ["aiowithings"],
"quality_scale": "platinum",
"requirements": ["aiowithings==3.0.2"]
"requirements": ["aiowithings==3.0.3"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ aiowatttime==0.1.1
aiowebostv==0.4.2

# homeassistant.components.withings
aiowithings==3.0.2
aiowithings==3.0.3

# homeassistant.components.yandex_transport
aioymaps==1.2.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ aiowatttime==0.1.1
aiowebostv==0.4.2

# homeassistant.components.withings
aiowithings==3.0.2
aiowithings==3.0.3

# homeassistant.components.yandex_transport
aioymaps==1.2.5
Expand Down
6 changes: 3 additions & 3 deletions tests/components/withings/snapshots/test_diagnostics.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'extracellular_water',
'intracellular_water',
'visceral_fat',
'unknown',
'basal_metabolic_rate',
'fat_ratio',
'height',
'temperature',
Expand Down Expand Up @@ -78,7 +78,7 @@
'extracellular_water',
'intracellular_water',
'visceral_fat',
'unknown',
'basal_metabolic_rate',
'fat_ratio',
'height',
'temperature',
Expand Down Expand Up @@ -141,7 +141,7 @@
'extracellular_water',
'intracellular_water',
'visceral_fat',
'unknown',
'basal_metabolic_rate',
'fat_ratio',
'height',
'temperature',
Expand Down

0 comments on commit bcd92b4

Please sign in to comment.