We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ac370 commit 486736fCopy full SHA for 486736f
1 file changed
setup.py
@@ -40,7 +40,7 @@ def get_long_description():
40
install_requires=["Django>=3.0", "markdown", "bleach"],
41
extras_require={
42
"test": [
43
- "black==21.5b2",
+ "black>=22.3.0",
44
"psycopg2",
45
"pytest",
46
"pytest-django==4.2.0",
0 commit comments