Skip to content

Commit

Permalink
Bump bellows to 0.39.0 (#69)
Browse files Browse the repository at this point in the history
* Bump bellows to 0.39.0

* Pass codecov token to CI
  • Loading branch information
puddly authored Jun 2, 2024
1 parent b009196 commit e9c04c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
CACHE_VERSION: 2
PYTHON_VERSION_DEFAULT: 3.8.14
PRE_COMMIT_CACHE_PATH: ~/.cache/pre-commit
MINIMUM_COVERAGE_PERCENTAGE: 40
MINIMUM_COVERAGE_PERCENTAGE: 40
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"click",
"zigpy",
"crc",
"bellows~=0.38.0",
"bellows~=0.39.0",
'gpiod==1.5.4; platform_system=="Linux"',
"coloredlogs",
"async_timeout",
Expand Down

0 comments on commit e9c04c2

Please sign in to comment.