Skip to content

Commit

Permalink
Bump black from 23.3.0 to 24.3.0 (#146)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.3.0 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.3.0...24.3.0)

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

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] committed Aug 21, 2024
1 parent 4f49449 commit 1124036
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 40 deletions.
75 changes: 36 additions & 39 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 @@ -20,7 +20,7 @@ py2neo = { version = "^2021.2.4", optional = true }

[tool.poetry.group.dev.dependencies]
ruff = "^0.0.267"
black = "^23.3.0"
black = ">=23.3,<25.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 1124036

Please sign in to comment.