From 65db8a39c843080351969bcb2178f044cb4cc1ec Mon Sep 17 00:00:00 2001 From: Mark Allanson Date: Tue, 11 Oct 2022 13:26:28 +0100 Subject: [PATCH] Update black to 22.10.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4322b7f..c111959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ furl = "^2.1.0" [tool.poetry.dev-dependencies] requests-mock = "^1.8.0" -black = "^20.8b1" +black = "^22.10.0" flake8 = "^3.8.4" tox = "^3.20.1" aioresponses = "^0.7.1"