Skip to content

Commit

Permalink
chore(deps): update black requirement from <24.9,>=23.3 to >=23.3,<24.11
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@23.3.0...24.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 10, 2024
1 parent d14bb38 commit b4ceabf
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 @@ -43,7 +43,7 @@ lint = [
"pylint>=3.2.5,<3.3.0",
"flake8>=5.0.4,<7.1.0",
"pydocstyle>=6.1.1,<6.4.0",
"black>=23.3,<24.9",
"black>=23.3,<24.11",
"flake8-black~=0.3.6",
"flake8-import-order~=0.18.2",
"flake8-bandit~=4.1.1",
Expand Down

0 comments on commit b4ceabf

Please sign in to comment.