Skip to content

Commit 9882707

Browse files
authored
Merge pull request #23 from team23/dependabot/pip/httpx-gte-0.24.1-and-lt-0.29.0
build(deps-dev): update httpx requirement from >=0.24.1,<0.28.0 to >=0.24.1,<0.29.0
2 parents be28d8e + 5a94088 commit 9882707

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)