Skip to content
Snippets Groups Projects
Commit 6b409844 authored by Tine Wittler's avatar Tine Wittler :construction_worker_tone2:
Browse files

Update dependency flake8-black to ^0.2.0

parent 5bc5c459
No related branches found
No related tags found
1 merge request!7Update dependency flake8-black to ^0.2.0
Pipeline #2393 passed
......@@ -68,11 +68,11 @@ extras = ["phonenumbers"]
version = ">=3.0,<4.0"
[package.dependencies.django-two-factor-auth]
extras = ["yubikey", "sms", "call", "phonenumbers"]
extras = ["yubikey", "phonenumbers", "call", "sms"]
version = ">=1.11.0,<2.0.0"
[package.dependencies.dynaconf]
extras = ["ini", "toml", "yaml"]
extras = ["yaml", "ini", "toml"]
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"},
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment