Skip to content

Commit

Permalink
chore(deps-dev): update isort requirement in /packages/http/httpx
Browse files Browse the repository at this point in the history
Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.2...6.0.0)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 949789f commit 8386a49
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.25,<1.0.0"}

[tool.poetry.group.dev.dependencies]
yapf = ">=0.40.2,<0.44.0"
isort = "^5.13.2"
isort = ">=5.13.2,<7.0.0"
pylint = "^3.2.7"
mypy = "^1.11.2"
pytest = "^8.3.2"
Expand Down

0 comments on commit 8386a49

Please sign in to comment.