diff --git a/poetry.lock b/poetry.lock index c9682eae..f6a8c286 100644 --- a/poetry.lock +++ b/poetry.lock @@ -467,7 +467,7 @@ python-versions = "*" [[package]] name = "isort" -version = "5.10.0" +version = "5.10.1" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -950,7 +950,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "94c7f9c3e1af490d45c6d195036cf26b204c8584a32f6fdd163a7d9b960a92a1" +content-hash = "c421130c3217109f9ef88d562e127bea1cbbaa0917b20dd7fc3f440ee1cafb17" [metadata.files] aiohttp = [ @@ -1300,8 +1300,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.10.0-py3-none-any.whl", hash = "sha256:1a18ccace2ed8910bd9458b74a3ecbafd7b2f581301b0ab65cfdd4338272d76f"}, - {file = "isort-5.10.0.tar.gz", hash = "sha256:e52ff6d38012b131628cf0f26c51e7bd3a7c81592eefe3ac71411e692f1b9345"}, + {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, + {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.6.0.tar.gz", hash = "sha256:489000d368377571c6f982fba6497f2aa13c6d1facc40660963da62f5c379726"}, diff --git a/pyproject.toml b/pyproject.toml index e1e6a4ff..dd924259 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ blacken-docs = "^1.11.0" coverage = {version = "^6.1", extras = ["toml"]} flake8 = "^4.0.1" flake8-docstrings = "^1.6.0" -isort = "^5.10.0" +isort = "^5.10.1" mypy = "^0.910" pre-commit = "^2.15.0" pre-commit-hooks = "^4.0.1"