mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 06:10:42 +00:00
chore(deps): update dependency flake8-blind-except to ^0.2.0
This commit is contained in:
parent
5fc13d790e
commit
b6fb8cab47
7
poetry.lock
generated
7
poetry.lock
generated
@ -157,7 +157,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
|
||||
@ -689,7 +689,7 @@ ansible-base = ["ansible-base"]
|
||||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.6.0"
|
||||
content-hash = "b12f588e0d1ef788d5c42b8cff198b8e92eb88b3d7c3482aa54c1617dce713c9"
|
||||
content-hash = "4ec0d9863ad688c640a6c0a050896f0df6a8c7b7e4ffa5d50ef09b1505b5a3d2"
|
||||
|
||||
[metadata.files]
|
||||
ansible = [
|
||||
@ -835,8 +835,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"},
|
||||
|
@ -54,7 +54,7 @@ yamllint = "^1.25.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"
|
||||
|
Loading…
Reference in New Issue
Block a user