Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Update Pyoctoprint to 1.8 (home-assistant#67459)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfleming71 authored Mar 2, 2022
1 parent d7d41e2 commit 4ac1746
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/octoprint/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OctoPrint",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/octoprint",
"requirements": ["pyoctoprintapi==0.1.7"],
"requirements": ["pyoctoprintapi==0.1.8"],
"codeowners": ["@rfleming71"],
"zeroconf": ["_octoprint._tcp.local."],
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1675,7 +1675,7 @@ pynzbgetapi==0.2.0
pyobihai==1.3.1

# homeassistant.components.octoprint
pyoctoprintapi==0.1.7
pyoctoprintapi==0.1.8

# homeassistant.components.ombi
pyombi==0.1.10
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ pynx584==0.5
pynzbgetapi==0.2.0

# homeassistant.components.octoprint
pyoctoprintapi==0.1.7
pyoctoprintapi==0.1.8

# homeassistant.components.openuv
pyopenuv==2021.11.0
Expand Down

0 comments on commit 4ac1746

Please sign in to comment.