diff --git a/poetry.lock b/poetry.lock index 748c688..191749a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -409,11 +409,11 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] [[package]] name = "flake8-builtins" -version = "2.0.0" +version = "2.0.1" description = "Check for python builtins being used as variables or parameters." category = "dev" optional = false -python-versions = "*" +python-versions = ">=3.7" [package.dependencies] flake8 = "*" @@ -1415,7 +1415,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "8d96e68974865912240db03d6e827bc9a63fc14403ef859b6bd8b6ae68fd3969" +content-hash = "cd20aaafe2c1b4ea6038cbab19450ad64bafd4e6805901d3d264ea99154c20e6" [metadata.files] aiomysql = [ @@ -1729,8 +1729,8 @@ flake8-bugbear = [ {file = "flake8_bugbear-22.10.27-py3-none-any.whl", hash = "sha256:6ad0ab754507319060695e2f2be80e6d8977cfcea082293089a9226276bd825d"}, ] flake8-builtins = [ - {file = "flake8-builtins-2.0.0.tar.gz", hash = "sha256:98833fa16139a75cd4913003492a9bd9a61c6f8ac146c3db12a2ebaf420dade3"}, - {file = "flake8_builtins-2.0.0-py3-none-any.whl", hash = "sha256:39bfa3badb5e8d22f92baf4e0ea1b816707245233846932d6b13e81fc6f673e8"}, + {file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"}, + {file = "flake8_builtins-2.0.1-py3-none-any.whl", hash = "sha256:a5b9ca9cbc921c4455ea02e2e9963c990ac66d028c15b654625e012a1e3bbb4d"}, ] flake8-cognitive-complexity = [ {file = "flake8_cognitive_complexity-0.1.0.tar.gz", hash = "sha256:f202df054e4f6ff182b659c261922b9c684628a47beb19cb0973c50d6a7831c1"}, diff --git a/pyproject.toml b/pyproject.toml index 3960a3b..1dc66e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ flake8-black = "^0.3.3" flake8-bugbear = "^22.10.27" flake8-import-order = "^0.18.1" flake8-bandit = "^3.0.0" -flake8-builtins = "^2.0.0" +flake8-builtins = "^2.0.1" flake8-variables-names = "^0.0.5" flake8-cognitive-complexity = "^0.1.0" flake8-functions = "^0.0.7"