Skip to content

Commit e7a47ac

Browse files
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](google/yapf@v0.40.2...v0.43.0) --- updated-dependencies: - dependency-name: yapf dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad21998 commit e7a47ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/authentication/azure/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ opentelemetry-api = ">=1.27.0"
3232
opentelemetry-sdk = ">=1.27.0"
3333

3434
[tool.poetry.group.dev.dependencies]
35-
yapf = "^0.40.2"
35+
yapf = ">=0.40.2,<0.44.0"
3636
isort = "^5.13.2"
3737
pylint = "^3.2.7"
3838
mypy = "^1.11.2"

0 commit comments

Comments
 (0)