Skip to content

Commit

Permalink
Bump black from 21.12b0 to 22.1.0
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 21.12b0 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]>
  • Loading branch information
dependabot[bot] authored and kruton committed Jan 31, 2022
1 parent 0182b38 commit df30c6a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
41 changes: 29 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Jinja2 = "^3.0.3"
cryptography = "3.3.2"

[tool.poetry.dev-dependencies]
black = {version = "21.12b0", allow-prereleases = true}
black = {version = "22.1.0", allow-prereleases = true}
pytest = "^6.2.1"
pytest-asyncio = "^0.17.2"
tox = "^3.24.5"
Expand Down

0 comments on commit df30c6a

Please sign in to comment.