Skip to content

Commit 23cb35b

Browse files
chore(deps): update pytest-homeassistant-custom-component requirement from >=0.13.354 to >=0.13.355 (#89)
Updates the requirements on [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md">pytest-homeassistant-custom-component's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <p>This changelog only includes changes directly related to the structure of this project. Changes in testing behavior may still occur from changes in homeassistant/core.</p> <p>Changes to minor version indicate a change structurally in this pacakge. Changes in patch indicate changes solely from homeassistant/core. The latter does not imply no breaking changes are introduced.</p> <h2>0.13.0</h2> <ul> <li>bump minimum Python version to Python 3.10</li> </ul> <h2>0.8.0</h2> <ul> <li>recorder dependencies required for tests</li> </ul> <h2>0.7.0</h2> <ul> <li>paho-mqtt now required for tests</li> </ul> <h2>0.6.0</h2> <ul> <li>Python 3.8 dropped with homeassistant requirement</li> <li>Minor change to generation of package for new homassistant code</li> </ul> <h2>0.4.0</h2> <ul> <li><code>enable_custom_integrations</code> now required by ha</li> <li>sqlalchemy version now pinned to ha version</li> </ul> <h2>0.3.0</h2> <ul> <li>Generate package only on homeassistant release versions <ul> <li>Use latest homeassistant release version including beta</li> <li>homeassistant/core tags are used to determine latest release</li> </ul> </li> <li>Pin homeassistant version in requirements</li> </ul> <h2>0.2.0</h2> <ul> <li>fix <code>load_fixture</code></li> </ul> <h2>0.1.0</h2> <ul> <li>remove Python 3.7 and add Python 3.9</li> <li>remove <code>async_test</code></li> <li>move non-testing dependencies to separate <code>requirements_dev.txt</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/commit/e783f75794096c67860fae7f39089ee5f5f17c6a"><code>e783f75</code></a> Bump version</li> <li>See full diff in <a href="https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.354...0.13.355">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6081eea commit 23cb35b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Test requirements for PetTracer Home Assistant integration
2-
pytest-homeassistant-custom-component>=0.13.354
2+
pytest-homeassistant-custom-component>=0.13.355
33
pytest-cov>=7.1.0

0 commit comments

Comments
 (0)