Skip to content

Commit

Permalink
Bump black from 23.12.1 to 24.4.2
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 23.12.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@23.12.1...24.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent b896ab0 commit 96dc67f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 28 deletions.
53 changes: 27 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 @@ -45,7 +45,7 @@ db-dtypes = "^1.0.5"
copier = "6.0.0"
gitpython = "^3.1.31"
mixpanel = "^4.10.0"
black = "^23"
black = ">=23,<25"
isort = "^5.12.0"
dlt = {extras = ["postgres"], version = "^0.4.8"}
psycopg2-binary = "^2.9.9"
Expand All @@ -62,7 +62,7 @@ pytest-sugar = "^0.9.4"
pytest-datafiles = "^2.0"
asciinema = "^2.0.2"
pytest-dictsdiff = "^0.5.8"
black = "^23.1a1"
black = "^24.4"
ipdb = "^0.13.9"
sphinx-argparse = "^0.4.0"
sphinxcontrib-restbuilder = "^0.3"
Expand Down

0 comments on commit 96dc67f

Please sign in to comment.