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

Commit 35ec639

Browse files
fix(deps): update dependency httpx to >=0.25,<0.26
1 parent b848395 commit 35ec639

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12,<3.13"
40-
httpx = ">=0.24,<0.25"
40+
httpx = ">=0.25,<0.26"
4141
rich = "^13.0.0"
4242
typer = ">=0.9.0,<0.10.0"
4343
packaging = ">=23,<23.3"

0 commit comments

Comments
 (0)