diff --git a/poetry.lock b/poetry.lock index 91a72ea7..4d8f7a43 100644 --- a/poetry.lock +++ b/poetry.lock @@ -628,14 +628,14 @@ test = ["pytest"] [[package]] name = "flake8-comprehensions" -version = "3.10.1" +version = "3.11.0" description = "A flake8 plugin to help you write better list/set/dict comprehensions." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "flake8-comprehensions-3.10.1.tar.gz", hash = "sha256:412052ac4a947f36b891143430fef4859705af11b2572fbb689f90d372cf26ab"}, - {file = "flake8_comprehensions-3.10.1-py3-none-any.whl", hash = "sha256:d763de3c74bc18a79c039a7ec732e0a1985b0c79309ceb51e56401ad0a2cd44e"}, + {file = "flake8_comprehensions-3.11.0-py3-none-any.whl", hash = "sha256:820b6463d4964249b7380432f3aac2f26d4a86c7d52cbe9d53dfd9e1caf01b33"}, + {file = "flake8_comprehensions-3.11.0.tar.gz", hash = "sha256:d06a95fdf2dabf6a7632550fed4a10d0449d00473875b1e4b167ca84d4daee59"}, ] [package.dependencies] @@ -1997,4 +1997,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "0df0bb16f3510a55b9b47cbd51a7fa80ce352ddb839aa987058589f3646c4b2e" +content-hash = "af2e3c75ad637283f42761ad4d35ddac905040b3395ebd6ea1b7ffe927b11551" diff --git a/pyproject.toml b/pyproject.toml index f6fa1f59..f21b3241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ flake8 = "^4.0.1" flake8-bandit = "^3.0.0" flake8-bugbear = "^23.3.12" flake8-builtins = "^2.1.0" -flake8-comprehensions = "^3.10.1" +flake8-comprehensions = "^3.11.0" flake8-docstrings = "^1.7.0" flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0"