diff --git a/poetry.lock b/poetry.lock index 7ccfb2f..73e14d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -261,7 +261,7 @@ python-versions = "*" [[package]] name = "isort" -version = "5.9.1" +version = "5.10.1" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -600,7 +600,7 @@ aiodns = ["aiodns"] [metadata] lock-version = "1.1" python-versions = "^3.7.1" -content-hash = "7df6d488d535e1b6bdbe3691cfdc0875651d377b8467e20bdc44de669b2e9334" +content-hash = "5bb36c34888679048a7032990bb1931dacee5485c66e6e749efea70e584f2ce7" [metadata.files] aiodns = [ @@ -806,8 +806,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.9.1-py3-none-any.whl", hash = "sha256:8e2c107091cfec7286bc0f68a547d0ba4c094d460b732075b6fba674f1035c0c"}, - {file = "isort-5.9.1.tar.gz", hash = "sha256:83510593e07e433b77bd5bff0f6f607dbafa06d1a89022616f02d8b699cfcd56"}, + {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, + {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] jinja2 = [ {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, diff --git a/pyproject.toml b/pyproject.toml index 098ee7b..a891b7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-asyncio = "^0.15.1" pytest-cov = "^2.12.1" # Sort imports -isort = { extras = ["pyproject"], version = "^5.9.1" } +isort = { extras = ["pyproject"], version = "^5.10.1" } flake8-isort = "^4.0.0" # Auto formatting