Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit b37585a

Browse files
fix(deps): update dependency httpx to >=0.26,<0.27
1 parent b5cf36c commit b37585a

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
@@ -37,7 +37,7 @@ classifiers = [
3737

3838
[tool.poetry.dependencies]
3939
python = ">=3.10,<4"
40-
httpx = ">=0.24,<0.25"
40+
httpx = ">=0.26,<0.27"
4141
rich = "^13.0.0"
4242
typer = ">=0.9.0,<0.10.0"
4343
packaging = ">=23,<23.3"

0 commit comments

Comments
 (0)