Skip to content

Commit

Permalink
Update black requirement from ^24.1.0 to ^25.1.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.0...25.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 31, 2025
1 parent ebb6787 commit 50d5eba
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 @@ -11,12 +11,12 @@ gpiozero = "^2.0"
paho-mqtt = "^2.0.0"
schedule = "^1.1.0"
mypy = "^1.0"
black = "^24.1.0"
black = "^25.1.0"

[tool.poetry.dev-dependencies]
pylint = "^3.0.1"
pytest = "^8.0.0"
black = "^24.1.0"
black = "^25.1.0"
mypy = "^1.0"

[build-system]
Expand Down

0 comments on commit 50d5eba

Please sign in to comment.