Skip to content

Commit

Permalink
chore(deps-dev): update yapf requirement in /packages/abstractions
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent ad21998 commit 3609092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/abstractions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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"
Expand Down

0 comments on commit 3609092

Please sign in to comment.