From 6cb219b0a85f5abc24cdc3b9ec3f1c31fe206182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 19:37:26 +0000 Subject: [PATCH] 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](https://github.com/pycqa/isort/compare/5.13.2...6.0.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/http/httpx/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/http/httpx/pyproject.toml b/packages/http/httpx/pyproject.toml index 8222b519..36dbf22c 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -33,7 +33,7 @@ httpx = {extras = ["http2"], version = ">=0.25,<1.0.0"} [tool.poetry.group.dev.dependencies] yapf = ">=0.40.2,<0.44.0" -isort = "^5.13.2" +isort = ">=5.13.2,<7.0.0" pylint = "^3.2.7" mypy = "^1.11.2" pytest = "^8.3.2"