Skip to content

Commit be1fddb

Browse files
authored
Merge pull request #12 from team23/dependabot/pip/httpx-gte-0.24.1-and-lt-0.28.0
build(deps-dev): update httpx requirement from >=0.24.1,<0.27.0 to >=0.24.1,<0.28.0
2 parents db49a73 + 4686ce8 commit be1fddb

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,<5"
2222
pytest-asyncio = ">=0.21.1,<0.24.0"
2323
tox = ">=3.26,<5.0"
24-
httpx = ">=0.24.1,<0.27.0"
24+
httpx = ">=0.24.1,<0.28.0"
2525
ruff = ">=0.2.0,<0.4.0"
2626
pyright = ">=1.1.350,<1.2"
2727

0 commit comments

Comments
 (0)