Skip to content

Commit 51e1394

Browse files
authored
Merge pull request #4 from team23/dependabot/pip/httpx-gte-0.24.1-and-lt-0.26.0
build(deps-dev): update httpx requirement from ^0.24.1 to >=0.24.1,<0.26.0
2 parents 69b4e0f + a8877d2 commit 51e1394

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
@@ -22,7 +22,7 @@ pytest-cov = ">=3,<5"
2222
pytest-asyncio = "^0.21.1"
2323
mypy = ">=0.971,<2.0"
2424
tox = ">=3.26,<5.0"
25-
httpx = "^0.24.1"
25+
httpx = ">=0.24.1,<0.26.0"
2626
ruff = ">=0.0.284,<0.1.0"
2727

2828
[tool.ruff]

0 commit comments

Comments
 (0)