Skip to content

Commit c0aed1a

Browse files
Merge pull request #466 from microsoft/dependabot/pip/packages/http/httpx/isort-gte-5.13.2-and-lt-7.0.0
chore(deps-dev): update isort requirement from ^5.13.2 to >=5.13.2,<7.0.0 in /packages/http/httpx
2 parents f43e5e3 + 6cb219b commit c0aed1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.25,<1.0.0"}
3333

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

0 commit comments

Comments
 (0)