Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent ac08287 commit 19adf08
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 31 deletions.
68 changes: 38 additions & 30 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 @@ openpyxl = "^3.1.2"
python-dotenv = "^1.0.0" # Can probably be removed in the future
shapely = "^2.0.1"
networkx = "^3.1"
black = { extras = ["jupyter"], version = "~24.1.1" }
black = { extras = ["jupyter"], version = ">=24.1.1,<24.5.0" }
loguru = "^0.7.2"
sqlmodel = "^0.0.14"
pyhocon = "^0.3.60"
Expand Down

0 comments on commit 19adf08

Please sign in to comment.