X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/cb67a322423cb2b4bcfb2faa68fb769326741d6a..8d588273766675ece744f9b37c40483706f3a9d7:/pyproject.toml diff --git a/pyproject.toml b/pyproject.toml index 9034e6e..6ac19bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.6b4" +version = "18.9b0" description = "The uncompromising code formatter." readme = "README.md" authors = [ @@ -69,7 +69,7 @@ black = "black:main" [tool.poetry.dependencies] python = "^3.6" -attrs = "^17.4" +attrs = "^18.1" click = "^6.5" toml = "^0.9.4" appdirs = "^1.4"