diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-01 08:27:14 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 08:27:14 -0800 |
commit | 9e5715ca9f9b8d08e5de510ef55ccb53300b4772 (patch) | |
tree | 7002857a68614c2300499f29d06e70caa73f1d8b | |
parent | f29942364f2cec9687a29211529ffb1671b2dd49 (diff) | |
download | dnspython-9e5715ca9f9b8d08e5de510ef55ccb53300b4772.tar.gz |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5b99224..1703a7f 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'] |