Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump axis to v54 #113091

Merged
merged 2 commits into from Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/axis/manifest.json
Expand Up @@ -26,7 +26,7 @@
"iot_class": "local_push",
"loggers": ["axis"],
"quality_scale": "platinum",
"requirements": ["axis==53"],
"requirements": ["axis==54"],
"ssdp": [
{
"manufacturer": "AXIS"
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -511,7 +511,7 @@ aurorapy==0.2.7
# avion==0.10

# homeassistant.components.axis
axis==53
axis==54

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

# homeassistant.components.axis
axis==53
axis==54

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