diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 26af912..8856266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ jieba = "^0.42.1" aiosqlite = "^0.17.0" [tool.poetry.dev-dependencies] -black = "^21.4b2" +black = "^21.4-beta.0" [build-system] requires = ["poetry-core>=1.0.0"] |