]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Update black requirement from ^22.1.0 to ^23.1.0 (#892)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Feb 2023 16:27:14 +0000 (08:27 -0800)
committerGitHub <noreply@github.com>
Wed, 1 Feb 2023 16:27:14 +0000 (08:27 -0800)
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>
pyproject.toml

index 5b99224279cccee9187ac42b36f43b53441a721a..1703a7fb9bafe03d48a92b5bb7ec100f46b45b40 100644 (file)
@@ -61,7 +61,7 @@ twine = "^4.0.0"
 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']