Skip to content

Commit

Permalink
Merge branch 'main' into update-python-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
golles authored Feb 9, 2024
2 parents 1945748 + 838acb9 commit 46392d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pip>=21.0,<23.4
pip>=21.0,<24.1
isort
colorlog
homeassistant

0 comments on commit 46392d5

Please sign in to comment.