Skip to content

Commit

Permalink
Bump black from 21.12b0 to 22.1.0 (#257)
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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2022
1 parent 1d17a1c commit 7dbb1a5
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 @@ -25,7 +25,7 @@ sphinx-rtd-theme = "^1.0.0"
requests-mock = "^1.9.3"
docutils = "^0.17.1"
pytest = "^7.0.1"
black = {version = "^21.12b0", allow-prereleases = true}
black = {version = "^22.1", allow-prereleases = true}
isort = "^5.10.1"
mypy = "^0.931"
flake8 = "^4.0.1"
Expand Down

0 comments on commit 7dbb1a5

Please sign in to comment.