Skip to content

Commit

Permalink
Update black requirement from >=21.4,<24.0 to >=21.4,<25.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@21.5b0...24.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent a586fcf commit 68a2372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ repository = "https://github.com/kpj/jupyfmt"

[tool.poetry.dependencies]
python = "^3.8.0"
black = ">=21.4,<24.0"
black = ">=21.4,<25.0"
nbformat = "^5.1.2"
click = ">=7.1.2,<9.0.0"

[tool.poetry.dev-dependencies]
bump2version = "^1.0.1"
black = ">=21.4,<24.0"
black = ">=21.4,<25.0"
pytest = "^7.0.0"

[tool.poetry.scripts]
Expand Down

0 comments on commit 68a2372

Please sign in to comment.