Skip to content

Commit 0c2de63

Browse files
authoredNov 21, 2024··
build(deps-dev): bump black from 23.11.0 to 24.8.0 (#13)
Bumps [black](https://github.com/psf/black) from 23.11.0 to 24.8.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.11.0...24.8.0) --- 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 07c6c63 commit 0c2de63

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed
 

‎poetry.lock

Lines changed: 25 additions & 21 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
@@ -12,7 +12,7 @@ metatrader5 = "^5.0.45"
1212

1313
[tool.poetry.group.dev.dependencies]
1414
pre-commit = "^3.5.0"
15-
black = "^23.11.0"
15+
black = ">=23.11,<25.0"
1616
isort = "^5.12.0"
1717

1818
[build-system]

0 commit comments

Comments
 (0)
Please sign in to comment.