Skip to content

Commit

Permalink
fix(deps): bump black from 23.12.1 to 24.1.1 (#295)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
- [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.1.1)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent b9eae05 commit 13faad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
extras_require={
"dev": [
"pytest==8.0.0",
"black==23.12.1",
"black==24.1.1",
"pylint==3.0.3",
"flake8==7.0.0",
"mypy==1.8.0",
Expand Down

0 comments on commit 13faad1

Please sign in to comment.