Skip to content

Commit

Permalink
⬆️ Bump black from 24.8.0 to 24.10.0 (#452)
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:development
  update-type: version-update:semver-minor
...

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 Dec 5, 2024
1 parent 1a7b6fc commit 6b69e92
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pyarrow = "^18.1.0"

[tool.poetry.dev-dependencies]
bandit = "^1.8.0"
black = { version = "^24.8.0", allow-prereleases = false }
black = { version = "^24.10.0", allow-prereleases = false }
darglint = "^1.8.1"
isort = { extras = ["colors"], version = "^5.13.2" }
pre-commit = "^3.8.0"
Expand All @@ -67,7 +67,7 @@ coverage = "^7.6.8"
coverage-badge = "^1.1.2"
pytest-html = "^4.1.1"
pytest-cov = "^5.0.0"
black = "^24.8.0"
black = "^24.10.0"
safety = "^3.2.11"
pytest-xdist = "^3.6.1"
pytest-random-order = "^1.1.1"
Expand Down

0 comments on commit 6b69e92

Please sign in to comment.