diff --git a/poetry.lock b/poetry.lock index ae6affb..e2b9166 100644 --- a/poetry.lock +++ b/poetry.lock @@ -123,11 +123,11 @@ python-versions = "*" [[package]] name = "isort" -version = "5.10.1" +version = "5.11.3" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.6.1,<4.0" +python-versions = ">=3.7.0" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] @@ -354,7 +354,7 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "3068e6a9f66e5a82eba9b210fbe314f5a0f5cc6c7f1e382d173f60e6775a5a14" +content-hash = "ed099d92e446b598e03119b1308954832d49fcdbd0aefb86bb5bb46c4c301c6d" [metadata.files] astroid = [ @@ -466,8 +466,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, - {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, + {file = "isort-5.11.3-py3-none-any.whl", hash = "sha256:83155ffa936239d986b0f190347a3f2285f42a9b9e1725c89d865b27dd0627e5"}, + {file = "isort-5.11.3.tar.gz", hash = "sha256:a8ca25fbfad0f7d5d8447a4314837298d9f6b23aed8618584c894574f626b64b"}, ] lazy-object-proxy = [ {file = "lazy-object-proxy-1.8.0.tar.gz", hash = "sha256:c219a00245af0f6fa4e95901ed28044544f50152840c5b6a3e7b2568db34d156"}, diff --git a/pyproject.toml b/pyproject.toml index 78dae23..7f5ae6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pytest = "^7.1.2" pytest-cov = "^3.0" pytest-mock = "^3.8" black = "22.6.0" -isort = "^5.6.4" +isort = "^5.11.3" mypy = "^0.971" bjoern = "^3.2.1" pylint = "^2.15.6"