From 97a33216beb03af9e6dc6a4618a19b9f00182846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:57:03 +0000 Subject: [PATCH] chore(deps-dev): update yapf requirement in /packages/http/httpx Updates the requirements on [yapf](https://github.com/google/yapf) to permit the latest version. - [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/yapf/compare/v0.40.2...v0.43.0) --- updated-dependencies: - dependency-name: yapf 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 9c258f4..0faf559 100644 --- a/packages/http/httpx/pyproject.toml +++ b/packages/http/httpx/pyproject.toml @@ -33,7 +33,7 @@ httpx = {extras = ["http2"], version = ">=0.23,<0.28"} urllib3 = "^2.2.2" [tool.poetry.group.dev.dependencies] -yapf = "^0.40.2" +yapf = ">=0.40.2,<0.44.0" isort = "^5.13.2" pylint = "^3.2.7" mypy = "^1.11.2"