Skip to content

Commit

Permalink
chore: Bump version of hass-web-proxy-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Nov 24, 2024
1 parent 4522aec commit dc3e5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/hass_web_proxy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"documentation": "https://github.com/dermotduffy/hass-web-proxy-integration",
"iot_class": "local_push",
"issue_tracker": "https://github.com/dermotduffy/hass-web-proxy-integration/issues",
"requirements": ["hass-web-proxy-lib==0.0.6", "urlmatch==1.0.1"],
"requirements": ["hass-web-proxy-lib==0.0.7", "urlmatch==1.0.1"],
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package-mode = false
[tool.poetry.dependencies]
python = ">=3.12,<3.14"
homeassistant = ">=2024.10.3"
hass-web-proxy-lib = ">=0.0.6"
hass-web-proxy-lib = ">=0.0.7"
urlmatch = "^1.0.1"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit dc3e5be

Please sign in to comment.