Skip to content

Commit

Permalink
build: Allow newer zeroconf versions > 0.120.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Feb 28, 2024
1 parent ce76867 commit 4114fa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_Changes in the next release_

### Changed
- Allow newer zeroconf versions than 0.120.0 (e.g. pyatv 0.14.5 requires 0.131.0).

---

## v0.1.4 - 2024-02-27
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requires-python = ">=3.10"
dependencies = [
"pyee>=9.0",
"websockets>=11.0",
"zeroconf~=0.120.0",
"zeroconf>=0.120.0",
]
dynamic = ["version"]

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

pyee>=9.0
websockets>=11.0
zeroconf~=0.120.0
zeroconf>=0.120.0

0 comments on commit 4114fa0

Please sign in to comment.