Skip to content

Commit 484022c

Browse files
⬆ Update httpx requirement from <0.28.0,>=0.27.0 to >=0.27.0,<0.29.0
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.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a86317 commit 484022c

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
@@ -36,7 +36,7 @@ dependencies = [
3636
"typer >= 0.12.3",
3737
"uvicorn[standard] >= 0.15.0",
3838
"rignore >= 0.5.1",
39-
"httpx >= 0.27.0,< 0.28.0",
39+
"httpx >= 0.27.0,< 0.29.0",
4040
"rich-toolkit >= 0.12.0",
4141
"pydantic >= 1.6.1",
4242
]

0 commit comments

Comments
 (0)