Skip to content

Commit df02bb4

Browse files
Bump black from 23.12.1 to 24.4.2
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] <[email protected]>
1 parent bab2b99 commit df02bb4

File tree

2 files changed

+29
-28
lines changed

2 files changed

+29
-28
lines changed

poetry.lock

+27-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ db-dtypes = "^1.0.5"
4545
copier = "6.0.0"
4646
gitpython = "^3.1.31"
4747
mixpanel = "^4.10.0"
48-
black = "^23"
48+
black = ">=23,<25"
4949
isort = "^5.12.0"
5050
dlt = {extras = ["redshift"], version = "^0.3"}
5151
psycopg2-binary = "^2.9.9"
@@ -63,7 +63,7 @@ pytest-sugar = "^0.9.4"
6363
pytest-datafiles = "^2.0"
6464
asciinema = "^2.0.2"
6565
pytest-dictsdiff = "^0.5.8"
66-
black = "^23.1a1"
66+
black = "^24.4"
6767
ipdb = "^0.13.9"
6868
sphinx-argparse = "^0.4.0"
6969
sphinxcontrib-restbuilder = "^0.3"

0 commit comments

Comments
 (0)