diff --git a/poetry.lock b/poetry.lock index 1f149bc6c45baea882760c409b40dce2558f929c..c0ad36c0d71931b3801b35ffac909ba53972a29c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -68,11 +68,11 @@ extras = ["phonenumbers"] version = ">=3.0,<4.0" [package.dependencies.django-two-factor-auth] -extras = ["yubikey", "sms", "call", "phonenumbers"] +extras = ["call", "yubikey", "phonenumbers", "sms"] version = ">=1.11.0,<2.0.0" [package.dependencies.dynaconf] -extras = ["yaml", "toml", "ini"] +extras = ["toml", "yaml", "ini"] version = ">=2.0,<3.0" [package.extras] @@ -1120,14 +1120,12 @@ category = "dev" description = "A Python utility / library to sort Python imports." name = "isort" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "4.3.21" +python-versions = ">=3.6,<4.0" +version = "5.0.0" [package.extras] -pipfile = ["pipreqs", "requirementslib"] -pyproject = ["toml"] -requirements = ["pipreqs", "pip-api"] -xdg_home = ["appdirs (>=1.4.0)"] +pipfile_deprecated_finder = ["pipreqs", "requirementslib", "tomlkit (>=0.5.3)"] +requirements_deprecated_finder = ["pipreqs", "pip-api"] [[package]] category = "dev" @@ -1965,7 +1963,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "8f79006335a0c801acb5bff0dfed63e8c455269e02f05d0cd9530d9e3e45cffd" +content-hash = "d1a4b4a51bca7b7f9512798f43ec6c9c7ce37134179c8dd60e5ce10817500669" python-versions = "^3.7" [metadata.files] @@ -2339,8 +2337,8 @@ importlib-metadata = [ {file = "importlib_metadata-1.7.0.tar.gz", hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"}, ] 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.0.0-py3-none-any.whl", hash = "sha256:0d75ab8e70a2cb3281f0bbd02cbb179f6cac3fa5a8a0d29cf3c425f3574271f0"}, + {file = "isort-5.0.0.tar.gz", hash = "sha256:96afb994c4c6f2cb52974363ea56881942a70b57029d2f750e1009921a5b3aa2"}, ] jinja2 = [ {file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"}, diff --git a/pyproject.toml b/pyproject.toml index 7356aaca22daccd69dbdbe026c3e8147f19e1e77..1d5a048652b287b0516fdac9cfc40bc43243230c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.13" black = "^19.10b0" flake8-black = "^0.2.0" -isort = "^4.3.21" +isort = "^5.0.0" flake8-isort = "^3.0.0" pytest-cov = "^2.8.1" pytest-sugar = "^0.9.2"