Skip to content

Commit

Permalink
chore(deps): update black requirement from <23.0,>=22.1 to >=22.1,<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@22.1.0...24.4.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 2f60307 commit 6b2948c
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 @@ -72,7 +72,7 @@ testing = [
quality = [
"flake8>=3.9.0",
"isort>=5.7.0",
"black>=22.1,<23.0",
"black>=22.1,<25.0",
"mypy>=0.812",
"pydocstyle[toml]>=6.1.1",
]
Expand Down Expand Up @@ -103,7 +103,7 @@ dev = [
# Quality
"flake8>=3.9.0",
"isort>=5.7.0",
"black>=22.1,<23.0",
"black>=22.1,<25.0",
"mypy>=0.812",
"pydocstyle[toml]>=6.1.1",
# Docs
Expand Down

0 comments on commit 6b2948c

Please sign in to comment.