Skip to content

Commit

Permalink
chore(deps-dev): update yapf requirement in /packages/http/httpx
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 9f4f1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http/httpx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9f4f1fe

Please sign in to comment.