diff --git a/poetry.lock b/poetry.lock index ef5cae901414a96f52b7246afca5a6b3cbcab85b..b365161995eb3d7adb647d87e8defa350bb02da1 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 = ["phonenumbers", "yubikey", "sms", "call"] +extras = ["call", "yubikey", "sms", "phonenumbers"] version = ">=1.11.0,<2.0.0" [package.dependencies.dynaconf] -extras = ["yaml", "toml", "ini"] +extras = ["ini", "toml", "yaml"] version = ">=2.0,<3.0" [package.extras] @@ -927,10 +927,10 @@ description = "flake8 plugin to call black as a code style validator" name = "flake8-black" optional = false python-versions = "*" -version = "0.1.2" +version = "0.2.0" [package.dependencies] -black = ">=19.3b0" +black = "*" flake8 = ">=3.0.0" [[package]] @@ -1938,7 +1938,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "5b6a57af2c19a9cd1bffb484746feaa9adc0a75ca99b595579f0e98462f848b0" +content-hash = "bb47a48cca0e0836897db471df19030677b76c0ce1c3a22ea559d5c2613c8791" python-versions = "^3.7" [metadata.files] @@ -2246,7 +2246,7 @@ flake8-bandit = [ {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, ] flake8-black = [ - {file = "flake8-black-0.1.2.tar.gz", hash = "sha256:b79d8d868bd42dc2c1f27469b92a984ecab3579ad285a8708ea5f19bf6c1f3a2"}, + {file = "flake8-black-0.2.0.tar.gz", hash = "sha256:10e7ff9f81f637a9471684e5624d6a32b11cba362b38df4e20fc8f761184440b"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index 41e83ebc134e55d0427d54ff56dea2fe0dd793e4..ff85b4af5bca463ed73d5f76c39588d14df065c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ flake8-builtins = "^1.4.1" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.0.13" black = "^19.10b0" -flake8-black = "^0.1.1" +flake8-black = "^0.2.0" isort = "^4.3.21" flake8-isort = "^3.0.0" pytest-cov = "^2.8.1"