Skip to content

Commit 3f9bd98

Browse files
authored
Merge pull request #9 from team23/dependabot/pip/httpx-gte-0.24.1-and-lt-0.27.0
build(deps-dev): update httpx requirement from >=0.24.1,<0.26.0 to >=0.24.1,<0.27.0
2 parents ff0c31a + fd77159 commit 3f9bd98

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,<0.24.0"
2323
mypy = ">=0.971,<2.0"
2424
tox = ">=3.26,<5.0"
25-
httpx = ">=0.24.1,<0.26.0"
25+
httpx = ">=0.24.1,<0.27.0"
2626
ruff = ">=0.0.284,<0.2.0"
2727

2828
[tool.ruff]

0 commit comments

Comments
 (0)