Skip to content

Commit

Permalink
Update httpx requirement from <0.16,>=0.14 to >=0.14,<0.17
Browse files Browse the repository at this point in the history
Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version.
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.14.0...0.16.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 7, 2020
1 parent 6d77865 commit 4e501b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Operating System :: OS Independent",
],
install_requires=[
"httpx>=0.14,<0.16",
"httpx>=0.14,<0.17",
"protobuf",
"zeroconf>=0.27.0",
],
Expand Down

0 comments on commit 4e501b4

Please sign in to comment.