diff --git a/poetry.lock b/poetry.lock index b16cf9ef..ed31884a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -116,17 +116,17 @@ python-versions = "*" [[package]] name = "isort" -version = "4.3.21" +version = "5.11.4" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +python-versions = ">=3.7.0" [package.extras] -pipfile = ["pipreqs", "requirementslib"] -pyproject = ["toml"] -requirements = ["pip-api", "pipreqs"] -xdg-home = ["appdirs (>=1.4.0)"] +colors = ["colorama (>=0.4.3,<0.5.0)"] +pipfile-deprecated-finder = ["pipreqs", "requirementslib"] +plugins = ["setuptools"] +requirements-deprecated-finder = ["pip-api", "pipreqs"] [[package]] name = "jinja2" @@ -349,7 +349,7 @@ testing = ["func-timeout", "jaraco.itertools"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "424f1037b46d65e63b58808fe626a8792180ea4b543bda912865828621ae7892" +content-hash = "eded9c2fba1e408c1cf4bfef5f322be603380d0f015040b23e38d7909fbea49c" [metadata.files] astroid = [ @@ -399,8 +399,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"}, - {file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, + {file = "isort-5.11.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"}, + {file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"}, ] jinja2 = [ {file = "Jinja2-3.0.1-py3-none-any.whl", hash = "sha256:1f06f2da51e7b56b8f238affdd6b4e2c61e39598a378cc49345bc1bd42a978a4"}, diff --git a/pyproject.toml b/pyproject.toml index 654599d2..1c21447d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ typed-ast = "^1.5.4" pytest = "^7.0" pylint = "^2.7" rope = "^0.14.0" -isort = "^4.3" +isort = "^5.11" black = "^22.12.0" [tool.black]