Skip to content

Commit 8373ee9

Browse files
chore(deps-dev): bump black from 21.7b0 to 22.1.0 (#110)
Bumps [black](https://github.com/psf/black) from 21.7b0 to 22.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/commits/22.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a60d1f commit 8373ee9

File tree

2 files changed

+50
-26
lines changed

2 files changed

+50
-26
lines changed

poetry.lock

Lines changed: 49 additions & 25 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
@@ -25,7 +25,7 @@ classifiers = [
2525
python = "^3.6"
2626

2727
[tool.poetry.dev-dependencies]
28-
black = { version = "^21.7b0", python = "^3.6.2" }
28+
black = { version = "^22.1", python = "^3.6.2" }
2929
flake8 = "^4.0.1"
3030
flake8-annotations = { version = "^2.7.0", python = "^3.6.2" }
3131
flake8-docstrings = "^1.5.0"

0 commit comments

Comments
 (0)