From ab701b40041a43f0642ceea3110aa638fc27d440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 20:35:31 +0200 Subject: [PATCH] build(deps): bump pytest-homeassistant-custom-component from 0.13.108 to 0.13.123 (#1171) * build(deps): bump pytest-homeassistant-custom-component Bumps [pytest-homeassistant-custom-component](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component) from 0.13.108 to 0.13.123. - [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](https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/compare/0.13.108...0.13.123) --- updated-dependencies: - dependency-name: pytest-homeassistant-custom-component dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update tests.yaml workaround for codecov token issue --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lbbrhzn <8673442+lbbrhzn@users.noreply.github.com> --- .github/workflows/tests.yaml | 1 - requirements.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 44a52078..e885930c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -90,5 +90,4 @@ jobs: uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true verbose: true diff --git a/requirements.txt b/requirements.txt index c7748dda..e396d599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ocpp==1.0.0 websockets==12.0 jsonschema==4.22.0 pre-commit -pytest-homeassistant-custom-component==0.13.108 +pytest-homeassistant-custom-component==0.13.123 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability