diff --git a/poetry.lock b/poetry.lock index 99989e2..47fb9dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -412,7 +412,7 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "tox"] [[package]] name = "flake8-builtins" -version = "2.0.1" +version = "2.1.0" description = "Check for python builtins being used as variables or parameters." category = "dev" optional = false @@ -1454,7 +1454,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "b9326bfe9af9050eefbf306be060fa728fb2581983ef8e2ccdedef57f432f89d" +content-hash = "774e546595e204c6fca168b552c9ead69583380219c00682cc3734e6f5630cff" [metadata.files] aiomysql = [ @@ -1768,8 +1768,8 @@ flake8-bugbear = [ {file = "flake8_bugbear-22.12.6-py3-none-any.whl", hash = "sha256:b69a510634f8a9c298dfda2b18a8036455e6b19ecac4fe582e4d7a0abfa50a30"}, ] flake8-builtins = [ - {file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"}, - {file = "flake8_builtins-2.0.1-py3-none-any.whl", hash = "sha256:a5b9ca9cbc921c4455ea02e2e9963c990ac66d028c15b654625e012a1e3bbb4d"}, + {file = "flake8-builtins-2.1.0.tar.gz", hash = "sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4"}, + {file = "flake8_builtins-2.1.0-py3-none-any.whl", hash = "sha256:469e8f03d6d0edf4b1e62b6d5a97dce4598592c8a13ec8f0952e7a185eba50a1"}, ] flake8-cognitive-complexity = [ {file = "flake8_cognitive_complexity-0.1.0.tar.gz", hash = "sha256:f202df054e4f6ff182b659c261922b9c684628a47beb19cb0973c50d6a7831c1"}, diff --git a/pyproject.toml b/pyproject.toml index a2e0d9b..6eb0e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ flake8-black = "^0.3.5" flake8-bugbear = "^22.12.6" flake8-import-order = "^0.18.1" flake8-bandit = "^3.0.0" -flake8-builtins = "^2.0.1" +flake8-builtins = "^2.1.0" flake8-variables-names = "^0.0.5" flake8-cognitive-complexity = "^0.1.0" flake8-functions = "^0.0.7"