Skip to content

Commit 8386a49

Browse files
chore(deps-dev): update isort requirement in /packages/http/httpx
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 949789f commit 8386a49

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)