Skip to content

Commit

Permalink
Bump dependency (#24376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kane610 authored and balloob committed Jun 8, 2019
1 parent ebc0901 commit b8e20fc
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 @@ -3,7 +3,7 @@
"name": "Axis",
"config_flow": true,
"documentation": "https://www.home-assistant.io/components/axis",
"requirements": ["axis==24"],
"requirements": ["axis==25"],
"dependencies": [],
"zeroconf": ["_axis-video._tcp.local."],
"codeowners": ["@kane610"]
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ av==6.1.2
# avion==0.10

# homeassistant.components.axis
axis==24
axis==25

# homeassistant.components.azure_event_hub
azure-eventhub==1.3.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 @@ -70,7 +70,7 @@ apns2==0.3.0
av==6.1.2

# homeassistant.components.axis
axis==24
axis==25

# homeassistant.components.zha
bellows-homeassistant==0.7.3
Expand Down

0 comments on commit b8e20fc

Please sign in to comment.