Skip to content

Commit

Permalink
Update backoff requirement from ~=2.0 to ~=2.2
Browse files Browse the repository at this point in the history
Updates the requirements on [backoff](https://github.com/litl/backoff) to permit the latest version.
- [Release notes](https://github.com/litl/backoff/releases)
- [Changelog](https://github.com/litl/backoff/blob/master/CHANGELOG.md)
- [Commits](litl/backoff@v2.0.0...v2.2.1)

---
updated-dependencies:
- dependency-name: backoff
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2022
1 parent 79cf5db commit 19e12b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest-homeassistant-custom-component==0.12.20

# Component dependencies
backoff~=2.0
backoff~=2.2
aiolimiter~=1.0

0 comments on commit 19e12b7

Please sign in to comment.