Skip to content

Commit

Permalink
chore(deps-dev): update black requirement from 24.1.1 to 24.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.1.1...24.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 1b15852 commit 7373602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ httpx = {version = ">=0.22,<0.27", optional = true}
pytest = "7.4.4"
pytest-asyncio = "0.23.5"
pytest-cov = "4.1.0"
black = {version = "24.1.1"}
black = {version = "24.3.0"}
pre-commit = "3.5.0"

[tool.poetry.extras]
Expand Down

0 comments on commit 7373602

Please sign in to comment.