From bc21f660844284f5d76ae0b7b2fe6c2db6c96fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 07:00:50 +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...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 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 646ae1e..469c8e7 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,<7.0.0" +isort = ">=5.13.2,<9.0.0" pylint = ">=3.2.7,<5.0.0" mypy = "^1.11.2" pytest = "^8.3.2"