diff --git a/poetry.lock b/poetry.lock index 0f6010847f0..6579b5f0361 100644 --- a/poetry.lock +++ b/poetry.lock @@ -426,7 +426,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 @@ -1589,7 +1589,7 @@ validation = ["fastjsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.7.4" -content-hash = "239636fc9cebb759e251d1ee777d135c0974355ee9413816e7dcc6be263b9d85" +content-hash = "80352386c3031b3e40488b037e3734d721d2e2a5f3d9f7c1379503d57460129c" [metadata.files] attrs = [ @@ -1778,8 +1778,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-comprehensions = [ {file = "flake8-comprehensions-3.10.1.tar.gz", hash = "sha256:412052ac4a947f36b891143430fef4859705af11b2572fbb689f90d372cf26ab"}, diff --git a/pyproject.toml b/pyproject.toml index 4244712a546..790e1d37cfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8 = [ { version = "*", python="^3.7" }, { version = ">=5", python= ">=3.8"}, ] -flake8-builtins = "^2.0.1" +flake8-builtins = "^2.1.0" flake8-comprehensions = "^3.10.1" flake8-debugger = "^4.0.0" flake8-fixme = "^1.1.1"