Skip to content

Commit 24ea237

Browse files
Merge pull request #413 from microsoft/dependabot/pip/packages/http/httpx/yapf-gte-0.40.2-and-lt-0.44.0
chore(deps-dev): update yapf requirement from ^0.40.2 to >=0.40.2,<0.44.0 in /packages/http/httpx
2 parents 237e1e6 + c3e034a commit 24ea237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/http/httpx/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ httpx = {extras = ["http2"], version = ">=0.23,<0.28"}
3333
urllib3 = "^2.2.2"
3434

3535
[tool.poetry.group.dev.dependencies]
36-
yapf = "^0.40.2"
36+
yapf = ">=0.40.2,<0.44.0"
3737
isort = "^5.13.2"
3838
pylint = "^3.2.7"
3939
mypy = "^1.11.2"

0 commit comments

Comments
 (0)