Skip to content

Commit 33d6aa8

Browse files
committed
Upgrade Black (broke due to bit-rot)
1 parent bc6b9f4 commit 33d6aa8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def find_version(*file_paths):
6161
"dev": [
6262
"aioresponses==0.7.3",
6363
"asynctest==0.13.0",
64-
"black==19.3b0",
64+
"black==22.3.0",
6565
"mypy==0.931",
6666
"mypy-extensions==0.4.3",
6767
"types-setuptools==57.4.9",
@@ -70,6 +70,7 @@ def find_version(*file_paths):
7070
"pytest-asyncio==0.18.1",
7171
"pytest-cov==2.8.1",
7272
"pytest-mock==1.11.2",
73+
"typing-extensions==4.2.0",
7374
]
7475
},
7576
python_requires=">=3.7",

0 commit comments

Comments
 (0)