diff --git a/poetry.lock b/poetry.lock index 2dc6a7d..8fe37bf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -398,7 +398,7 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit"] [[package]] name = "flake8-builtins" -version = "1.5.3" +version = "2.0.0" description = "Check for python builtins being used as variables or parameters." category = "dev" optional = false @@ -408,7 +408,7 @@ python-versions = "*" flake8 = "*" [package.extras] -test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] +test = ["pytest"] [[package]] name = "flake8-cognitive-complexity" @@ -1410,7 +1410,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "80d1a197e8b5989953ac55467ac05f54d8cfda0df1db8307721e911f3dc51b33" +content-hash = "f30625729d02d252eab13f60fea0d6c47da427336a0f9296c0a87f51fd07866e" [metadata.files] aiomysql = [ @@ -1712,8 +1712,8 @@ flake8-bugbear = [ {file = "flake8_bugbear-22.9.23-py3-none-any.whl", hash = "sha256:cd2779b2b7ada212d7a322814a1e5651f1868ab0d3f24cc9da66169ab8fda474"}, ] flake8-builtins = [ - {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, - {file = "flake8_builtins-1.5.3-py2.py3-none-any.whl", hash = "sha256:7706babee43879320376861897e5d1468e396a40b8918ed7bccf70e5f90b8687"}, + {file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"}, + {file = "flake8_builtins-2.0.0-py3-none-any.whl", hash = "sha256:39bfa3badb5e8d22f92baf4e0ea1b816707245233846932d6b13e81fc6f673e8"}, ] flake8-cognitive-complexity = [ {file = "flake8_cognitive_complexity-0.1.0.tar.gz", hash = "sha256:f202df054e4f6ff182b659c261922b9c684628a47beb19cb0973c50d6a7831c1"}, diff --git a/pyproject.toml b/pyproject.toml index b149757..3e38c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ flake8-black = "^0.3.3" flake8-bugbear = "^22.9.23" flake8-import-order = "^0.18.1" flake8-bandit = "^3.0.0" -flake8-builtins = "^1.5.3" +flake8-builtins = "^2.0.0" flake8-variables-names = "^0.0.5" flake8-cognitive-complexity = "^0.1.0" flake8-functions = "^0.0.7"