Skip to content

Commit fd77159

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.26.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ff0c31a commit fd77159

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
@@ -22,7 +22,7 @@ pytest-cov = ">=3,<5"
2222
pytest-asyncio = ">=0.21.1,<0.24.0"
2323
mypy = ">=0.971,<2.0"
2424
tox = ">=3.26,<5.0"
25-
httpx = ">=0.24.1,<0.26.0"
25+
httpx = ">=0.24.1,<0.27.0"
2626
ruff = ">=0.0.284,<0.2.0"
2727

2828
[tool.ruff]

0 commit comments

Comments
 (0)