Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 2a73993 commit ca6725d
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 @@ -62,7 +62,7 @@ dependencies = [
dynamic = ["version"]

[project.optional-dependencies]
dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.8.0", "flake8==7.1.1"]
dev = ["pytest==8.3.3", "pytest-cov==5.0.0", "black==24.10.0", "flake8==7.1.1"]
docs = ["sphinx==7.4.7", "sphinx-rtd-theme==2.0.0"]
plugins = ["pyqt5~=5.15", "toml==0.10.2"]

Expand Down

1 comment on commit ca6725d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.