From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 16:27:14 +0000 (-0800) Subject: Update black requirement from ^22.1.0 to ^23.1.0 (#892) X-Git-Tag: v2.4.0rc1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e5715ca9f9b8d08e5de510ef55ccb53300b4772;p=thirdparty%2Fdnspython.git Update black requirement from ^22.1.0 to ^23.1.0 (#892) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/pyproject.toml b/pyproject.toml index 5b992242..1703a7fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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']