Skip to content

Commit 29908d9

Browse files
build(deps-dev): update httpx requirement from ^0.27.0 to ^0.28.0 (#182)
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.27.0...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8a47777 commit 29908d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ requests = "^2.28.1"
2525
requests-html = "^0.10.0"
2626
pytest-asyncio = "^0.24.0"
2727
types-requests = "^2.28.11"
28-
httpx = "^0.27.0"
28+
httpx = "^0.28.0"
2929

3030
[build-system]
3131
requires = [

0 commit comments

Comments
 (0)