Skip to content

Commit

Permalink
Bump axis to v55 (home-assistant#113479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored Mar 15, 2024
1 parent dd9fdac commit 2b2b5a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/axis/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"iot_class": "local_push",
"loggers": ["axis"],
"quality_scale": "platinum",
"requirements": ["axis==54"],
"requirements": ["axis==55"],
"ssdp": [
{
"manufacturer": "AXIS"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ aurorapy==0.2.7
# avion==0.10

# homeassistant.components.axis
axis==54
axis==55

# homeassistant.components.azure_event_hub
azure-eventhub==5.11.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ auroranoaa==0.0.3
aurorapy==0.2.7

# homeassistant.components.axis
axis==54
axis==55

# homeassistant.components.azure_event_hub
azure-eventhub==5.11.1
Expand Down

0 comments on commit 2b2b5a2

Please sign in to comment.