Skip to content

Commit ff30ac0

Browse files
build(deps): bump pytest-homeassistant-custom-component from 0.13.297 to 0.13.315 (#1889)
* build(deps): bump pytest-homeassistant-custom-component Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.297 to 0.13.315. - [Release notes](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/releases) - [Changelog](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/master/CHANGELOG.md) - [Commits](MatthewFlamm/pytest-homeassistant-custom-component@0.13.297...0.13.315) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-version: 0.13.315 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Remove pycares version due to pytest error Remove problematic pycares version from requirements. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: drc38 <20024196+drc38@users.noreply.github.com>
1 parent ba55b1e commit ff30ac0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
pycares==4.9.0 # new version causes an error in pytest
21
colorlog==6.10.1
32
uv>=0.4
43
ruff==0.14.7
54
ocpp==2.1.0
65
websockets==16.0
76
jsonschema==4.26.0
87
pre-commit==4.5.1
9-
pytest-homeassistant-custom-component==0.13.297
8+
pytest-homeassistant-custom-component==0.13.315
109
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
1110
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)