Skip to content

Commit

Permalink
Bump uvcclient to 0.11.1 (home-assistant#123185)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Aug 5, 2024
1 parent a6dfa6d commit b73ca87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/uvc/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/uvc",
"iot_class": "local_polling",
"loggers": ["uvcclient"],
"requirements": ["uvcclient==0.11.0"]
"requirements": ["uvcclient==0.11.1"]
}
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2845,7 +2845,7 @@ upcloud-api==2.5.1
url-normalize==1.4.3

# homeassistant.components.uvc
uvcclient==0.11.0
uvcclient==0.11.1

# homeassistant.components.roborock
vacuum-map-parser-roborock==0.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2243,7 +2243,7 @@ upcloud-api==2.5.1
url-normalize==1.4.3

# homeassistant.components.uvc
uvcclient==0.11.0
uvcclient==0.11.1

# homeassistant.components.roborock
vacuum-map-parser-roborock==0.1.2
Expand Down
3 changes: 0 additions & 3 deletions script/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ def from_dict(cls, data: dict[str, str]) -> PackageDefinition:
"0.3.0"
), # No license https://github.com/kk7ds/mficlient/issues/4
"pyflic": AwesomeVersion("2.0.3"), # No OSI approved license CC0-1.0 Universal)
"uvcclient": AwesomeVersion(
"0.11.0"
), # No License https://github.com/kk7ds/uvcclient/issues/7
}


Expand Down

0 comments on commit b73ca87

Please sign in to comment.