diff --git a/poetry.lock b/poetry.lock index b5e9d7e..8d88bad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -196,16 +196,17 @@ python-versions = "*" [[package]] name = "isort" -version = "5.8.0" +version = "5.10.1" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.6,<4.0" +python-versions = ">=3.6.1,<4.0" [package.extras] pipfile_deprecated_finder = ["pipreqs", "requirementslib"] requirements_deprecated_finder = ["pipreqs", "pip-api"] colors = ["colorama (>=0.4.3,<0.5.0)"] +plugins = ["setuptools"] [[package]] name = "itsdangerous" @@ -510,7 +511,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "29dc7b3cb6533b4c982a21c639e4dfaf5969621ec80aeb3bf79814c8e020951e" +content-hash = "a309e6f9bbf4cd0fdc21925b93f2d9864527f6bc4c3a2e45f5453a62d800f57e" [metadata.files] appdirs = [ @@ -679,8 +680,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] isort = [ - {file = "isort-5.8.0-py3-none-any.whl", hash = "sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d"}, - {file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"}, + {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, + {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, ] itsdangerous = [ {file = "itsdangerous-1.1.0-py2.py3-none-any.whl", hash = "sha256:b12271b2047cb23eeb98c8b5622e2e5c5e9abd9784a153e9d8ef9cb4dd09d749"}, diff --git a/pyproject.toml b/pyproject.toml index 9050f41..c59a27c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,6 @@ pytest = "^6.2.5" pytest-xdist = "^2.5.0" pytest-cov = "^3.0.0" tox = "^3.23.1" -isort = "^5.8.0" +isort = "^5.10.1" flake8 = "^3.9.2" pytest-asyncio = "^0.15.1"