Skip to content
Snippets Groups Projects

Update dependency flake8-black to ^0.2.0

Merged Tine Wittler requested to merge renovate/flake8-black-0.x into master
2 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
6
@@ -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"},
Loading