Skip to content

Commit 98ef682

Browse files
build(deps-dev): bump black from 22.12.0 to 23.9.1 (#870)
Bumps [black](https://github.com/psf/black) from 22.12.0 to 23.9.1. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.12.0...23.9.1) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e0580ef commit 98ef682

File tree

2 files changed

+29
-18
lines changed

2 files changed

+29
-18
lines changed

poetry.lock

Lines changed: 28 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pytest-regressions = "^2.4.0"
5858
pytest-freezer = "^0.4.6"
5959
pytest-xdist = "^3.1.0"
6060
# code formatter
61-
black = "^22.10"
61+
black = ">=22.10,<24.0"
6262
# linter
6363
ruff = ">=0.0.275,<0.0.292"
6464
pre-commit = ">=2.18,<4.0"

0 commit comments

Comments
 (0)