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.1.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>
wheel = "^0.38.1"
pylint = "^2.7.4"
mypy = ">=0.940"
-black = "^22.1.0"
+black = "^23.1.0"
[tool.poetry.extras]
doh = ['httpx', 'h2', 'requests', 'requests-toolbelt']