Update black requirement from ^22.10 to ^23.1 (#469)
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/22.10.0...23.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>
This commit is contained in:
parent
721f734aff
commit
250d29de30
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ more-itertools = ">=8.14,<10.0"
|
|||
mypy = "^0.982"
|
||||
pytest = "^7.1.3"
|
||||
ipdb = "^0.13.9"
|
||||
black = "^22.10"
|
||||
black = "^23.1"
|
||||
isort = "^5.9.3"
|
||||
flake8 = "^5.0.4"
|
||||
bandit = "^1.7.4"
|
||||
|
|
Loading…
Reference in a new issue