Skip to content

Commit

Permalink
Bump black from 23.12.1 to 24.3.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 4138806 commit 5a32eeb
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 26 deletions.
61 changes: 36 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pytest-mock = "^3.5.1"
pytest-rerunfailures = "^12.0"
flake8 = "^6.0.0"
python-dotenv = "^0.21.0"
black = "^23.7.0" #If the version spec of black is changed here, the version specified in .pre-commit-config.yaml should be updated to match
black = ">=23.7,<25.0" #If the version spec of black is changed here, the version specified in .pre-commit-config.yaml should be updated to match
mypy = "^1.4.1"
pylint = "^2.16.1"
pytest-xdist = "^3.5.0"
Expand Down

0 comments on commit 5a32eeb

Please sign in to comment.