Skip to content

Commit

Permalink
Bump async-upnp-client==0.23.3 (#63282)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Jan 3, 2022
1 parent 56bda80 commit cba752c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/dlna_dmr/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "DLNA Digital Media Renderer",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
"requirements": ["async-upnp-client==0.23.2"],
"requirements": ["async-upnp-client==0.23.3"],
"dependencies": ["ssdp"],
"ssdp": [
{
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/ssdp/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "ssdp",
"name": "Simple Service Discovery Protocol (SSDP)",
"documentation": "https://www.home-assistant.io/integrations/ssdp",
"requirements": ["async-upnp-client==0.23.2"],
"requirements": ["async-upnp-client==0.23.3"],
"dependencies": ["network"],
"after_dependencies": ["zeroconf"],
"codeowners": [],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/upnp/manifest.json
Expand Up @@ -3,7 +3,7 @@
"name": "UPnP/IGD",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/upnp",
"requirements": ["async-upnp-client==0.23.2"],
"requirements": ["async-upnp-client==0.23.3"],
"dependencies": ["network", "ssdp"],
"codeowners": ["@StevenLooman","@ehendrix23"],
"ssdp": [
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/yeelight/manifest.json
Expand Up @@ -2,7 +2,7 @@
"domain": "yeelight",
"name": "Yeelight",
"documentation": "https://www.home-assistant.io/integrations/yeelight",
"requirements": ["yeelight==0.7.8", "async-upnp-client==0.23.2"],
"requirements": ["yeelight==0.7.8", "async-upnp-client==0.23.3"],
"codeowners": ["@zewelor", "@shenxn", "@starkillerOG"],
"config_flow": true,
"dependencies": ["network"],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Expand Up @@ -4,7 +4,7 @@ aiodiscover==1.4.5
aiohttp==3.8.1
aiohttp_cors==0.7.0
astral==2.2
async-upnp-client==0.23.2
async-upnp-client==0.23.3
async_timeout==4.0.0
atomicwrites==1.4.0
attrs==21.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -344,7 +344,7 @@ asterisk_mbox==0.5.0
# homeassistant.components.ssdp
# homeassistant.components.upnp
# homeassistant.components.yeelight
async-upnp-client==0.23.2
async-upnp-client==0.23.3

# homeassistant.components.supla
asyncpysupla==0.0.5
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -243,7 +243,7 @@ arcam-fmj==0.12.0
# homeassistant.components.ssdp
# homeassistant.components.upnp
# homeassistant.components.yeelight
async-upnp-client==0.23.2
async-upnp-client==0.23.3

# homeassistant.components.aurora
auroranoaa==0.0.2
Expand Down

0 comments on commit cba752c

Please sign in to comment.