Skip to content
Snippets Groups Projects
Commit 74846c54 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'renovate/flake8-black-0.x' into 'master'

Update dependency flake8-black to ^0.2.0

See merge request AlekSIS/Onboarding/AlekSIS-App-Resint!4
parents c11a86d0 f99ea798
No related branches found
No related tags found
1 merge request!4Update dependency flake8-black to ^0.2.0
Pipeline #2498 failed
...@@ -68,11 +68,11 @@ extras = ["phonenumbers"] ...@@ -68,11 +68,11 @@ extras = ["phonenumbers"]
version = ">=3.0,<4.0" version = ">=3.0,<4.0"
[package.dependencies.django-two-factor-auth] [package.dependencies.django-two-factor-auth]
extras = ["phonenumbers", "yubikey", "sms", "call"] extras = ["call", "yubikey", "sms", "phonenumbers"]
version = ">=1.11.0,<2.0.0" version = ">=1.11.0,<2.0.0"
[package.dependencies.dynaconf] [package.dependencies.dynaconf]
extras = ["yaml", "toml", "ini"] extras = ["ini", "toml", "yaml"]
version = ">=2.0,<3.0" version = ">=2.0,<3.0"
[package.extras] [package.extras]
...@@ -927,10 +927,10 @@ description = "flake8 plugin to call black as a code style validator" ...@@ -927,10 +927,10 @@ description = "flake8 plugin to call black as a code style validator"
name = "flake8-black" name = "flake8-black"
optional = false optional = false
python-versions = "*" python-versions = "*"
version = "0.1.2" version = "0.2.0"
[package.dependencies] [package.dependencies]
black = ">=19.3b0" black = "*"
flake8 = ">=3.0.0" flake8 = ">=3.0.0"
[[package]] [[package]]
...@@ -1938,7 +1938,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] ...@@ -1938,7 +1938,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
testing = ["jaraco.itertools", "func-timeout"] testing = ["jaraco.itertools", "func-timeout"]
[metadata] [metadata]
content-hash = "5b6a57af2c19a9cd1bffb484746feaa9adc0a75ca99b595579f0e98462f848b0" content-hash = "bb47a48cca0e0836897db471df19030677b76c0ce1c3a22ea559d5c2613c8791"
python-versions = "^3.7" python-versions = "^3.7"
[metadata.files] [metadata.files]
...@@ -2246,7 +2246,7 @@ flake8-bandit = [ ...@@ -2246,7 +2246,7 @@ flake8-bandit = [
{file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"}, {file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"},
] ]
flake8-black = [ 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 = [ flake8-builtins = [
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},
......
...@@ -41,7 +41,7 @@ flake8-builtins = "^1.4.1" ...@@ -41,7 +41,7 @@ flake8-builtins = "^1.4.1"
flake8-docstrings = "^1.5.0" flake8-docstrings = "^1.5.0"
flake8-rst-docstrings = "^0.0.13" flake8-rst-docstrings = "^0.0.13"
black = "^19.10b0" black = "^19.10b0"
flake8-black = "^0.1.1" flake8-black = "^0.2.0"
isort = "^4.3.21" isort = "^4.3.21"
flake8-isort = "^3.0.0" flake8-isort = "^3.0.0"
pytest-cov = "^2.8.1" 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