diff --git a/poetry.lock b/poetry.lock index 5c44510..cc7d3b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -828,13 +828,13 @@ dev = ["coverage", "hypothesis", "hypothesmith (>=0.2)", "pre-commit", "pytest", [[package]] name = "flake8-builtins" -version = "2.2.0" +version = "2.5.0" description = "Check for python builtins being used as variables or parameters" optional = false python-versions = ">=3.8" files = [ - {file = "flake8_builtins-2.2.0-py3-none-any.whl", hash = "sha256:7ee5766d9c60e5d579dfda84e65c6d0e6c26005f6f59cb9bf722462d7987a807"}, - {file = "flake8_builtins-2.2.0.tar.gz", hash = "sha256:392d5af3a0720c5a863aa93dc47f48c879081345a143fe9f20d995fe9ff5686a"}, + {file = "flake8_builtins-2.5.0-py3-none-any.whl", hash = "sha256:8cac7c52c6f0708c0902b46b385bc7e368a9068965083796f1431c0d2e6550cf"}, + {file = "flake8_builtins-2.5.0.tar.gz", hash = "sha256:bdaa3dd823e4f5308c5e712d19fa5f69daa52781ea874f5ea9c3637bcf56faa6"}, ] [package.dependencies] @@ -2462,4 +2462,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "14096c44ce7eacbf83d5fcfa482dc2bbce25ecb94b18b62aff61bcb26a86cf0e" +content-hash = "f33445789bbae906161eb819293846d7326e404c92d000c4dff95243163dd9d3" diff --git a/pyproject.toml b/pyproject.toml index a186860..14d0f8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ flake8-simplify = "^0.21.0" vulture = "^2.11" flake8-bandit = "^3.0.0" flake8-bugbear = "^23.3.12" -flake8-builtins = "^2.2.0" +flake8-builtins = "^2.5.0" flake8-comprehensions = "^3.14.0" flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0"