chore(deps): update dependency flake8-blind-except to ^0.2.0

This commit is contained in:
Renovate Bot 2021-01-07 20:35:42 +00:00 committed by renovate[bot]
parent f131c2fb96
commit ceefd593df
2 changed files with 4 additions and 5 deletions

7
poetry.lock generated
View File

@ -213,7 +213,7 @@ pyflakes = ">=2.2.0,<2.3.0"
[[package]]
name = "flake8-blind-except"
version = "0.1.1"
version = "0.2.0"
description = "A flake8 extension that checks for blind except: statements"
category = "dev"
optional = false
@ -902,7 +902,7 @@ test = ["zope.security", "zope.testrunner"]
[metadata]
lock-version = "1.1"
python-versions = "^3.6.0"
content-hash = "c212a90f01a68291e23dd55602f0abcc18d5b617fb39412191d7d362955d1026"
content-hash = "6b0510b98d4ebaaad49c8b62c233129c28ee54ec53a44eef74e654f14d80fb70"
[metadata.files]
acme = [
@ -1064,8 +1064,7 @@ flake8 = [
{file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"},
]
flake8-blind-except = [
{file = "flake8-blind-except-0.1.1.tar.gz", hash = "sha256:aca3356633825544cec51997260fe31a8f24a1a2795ce8e81696b9916745e599"},
{file = "flake8_blind_except-0.1.1-py2.7.egg", hash = "sha256:0d7d1adb4cabf2268d6eebb815a7a5014bcb7e8419f7a74339c46d0b8847b858"},
{file = "flake8-blind-except-0.2.0.tar.gz", hash = "sha256:02a860a1a19cb602c006a3fe0778035b0d14d3f57929b4b798bc7d6684f204e5"},
]
flake8-builtins = [
{file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"},

View File

@ -48,7 +48,7 @@ python = "^3.6.0"
[tool.poetry.dev-dependencies]
bandit = "^1.7.0"
flake8 = "^3.8.4"
flake8-blind-except = "^0.1.1"
flake8-blind-except = "^0.2.0"
flake8-builtins = "^1.5.3"
flake8-colors = "^0.1.9"
flake8-docstrings = "^1.5.0"