diff --git a/poetry.lock b/poetry.lock index d25f2ce..954ed8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -283,7 +283,7 @@ python-versions = "*" [[package]] name = "isort" -version = "5.7.0" +version = "5.8.0" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -591,7 +591,7 @@ dev = ["pytest (>=4.6.2)", "black (>=19.3b0)"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ec7997a5afafc42b7b1c2f16acb987f05bb0e926e90c38ef5faf6ac3dcb7570a" +content-hash = "519660fe03bdb13da632c488dc6496db19b180f3535f72bac215e2bd1359e9ca" [metadata.files] appdirs = [ @@ -788,8 +788,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.7.0-py3-none-any.whl", hash = "sha256:fff4f0c04e1825522ce6949973e83110a6e907750cd92d128b0d14aaaadbffdc"}, - {file = "isort-5.7.0.tar.gz", hash = "sha256:c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"}, + {file = "isort-5.8.0-py3-none-any.whl", hash = "sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d"}, + {file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"}, ] loguru = [ {file = "loguru-0.5.3-py3-none-any.whl", hash = "sha256:f8087ac396b5ee5f67c963b495d615ebbceac2796379599820e324419d53667c"}, diff --git a/pyproject.toml b/pyproject.toml index 37bb561..b0c0b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ python-dotenv = "*" pytest = "*" mypy = "*" black = "^20.8b1" -isort = "^5.6.4" +isort = "^5.8.0" flake8 = "^3.8.4" [build-system]