Skip to content

Commit 5a94088

Browse files
build(deps-dev): update httpx requirement
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.24.1...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be28d8e commit 5a94088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pytest = ">=7.1.2,<9.0.0"
2121
pytest-cov = ">=3,<6"
2222
pytest-asyncio = ">=0.21.1,<0.25.0"
2323
tox = ">=3.26,<5.0"
24-
httpx = ">=0.24.1,<0.28.0"
24+
httpx = ">=0.24.1,<0.29.0"
2525
ruff = ">=0.5.0,<0.9.0"
2626
pyright = ">=1.1.350,<1.2"
2727

0 commit comments

Comments
 (0)