Skip to content

Commit

Permalink
Update pyipp to 0.13.0 (home-assistant#93886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington authored and balloob committed Jun 2, 2023
1 parent 964af88 commit d914940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/ipp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"iot_class": "local_polling",
"loggers": ["deepmerge", "pyipp"],
"quality_scale": "platinum",
"requirements": ["pyipp==0.12.1"],
"requirements": ["pyipp==0.13.0"],
"zeroconf": ["_ipps._tcp.local.", "_ipp._tcp.local."]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,7 @@ pyintesishome==1.8.0
pyipma==3.0.6

# homeassistant.components.ipp
pyipp==0.12.1
pyipp==0.13.0

# homeassistant.components.iqvia
pyiqvia==2022.04.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ pyinsteon==1.4.2
pyipma==3.0.6

# homeassistant.components.ipp
pyipp==0.12.1
pyipp==0.13.0

# homeassistant.components.iqvia
pyiqvia==2022.04.0
Expand Down

0 comments on commit d914940

Please sign in to comment.