From c7103ba93fbb6f7982dfe0f237fa47d8a39dc8c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:56:42 +0000 Subject: [PATCH] chore(deps-dev): update yapf requirement 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/authentication/azure/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/authentication/azure/pyproject.toml b/packages/authentication/azure/pyproject.toml index 1352e063..679fe7a2 100644 --- a/packages/authentication/azure/pyproject.toml +++ b/packages/authentication/azure/pyproject.toml @@ -32,7 +32,7 @@ opentelemetry-api = ">=1.27.0" opentelemetry-sdk = ">=1.27.0" [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"