diff --git a/poetry.lock b/poetry.lock index beff19d..806ca48 100644 --- a/poetry.lock +++ b/poetry.lock @@ -520,14 +520,14 @@ test = ["pytest"] [[package]] name = "flake8-comprehensions" -version = "3.11.0" +version = "3.11.1" 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.11.0-py3-none-any.whl", hash = "sha256:820b6463d4964249b7380432f3aac2f26d4a86c7d52cbe9d53dfd9e1caf01b33"}, - {file = "flake8_comprehensions-3.11.0.tar.gz", hash = "sha256:d06a95fdf2dabf6a7632550fed4a10d0449d00473875b1e4b167ca84d4daee59"}, + {file = "flake8_comprehensions-3.11.1-py3-none-any.whl", hash = "sha256:d1e27f4099900c61fb156cbb7461e0e49702385fd388326e1a892d04b069c48e"}, + {file = "flake8_comprehensions-3.11.1.tar.gz", hash = "sha256:31d6386c125e325d7c84290d71f5354295dbbf5a8d47259708fa349aa0969523"}, ] [package.dependencies] @@ -1728,4 +1728,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d1f51d2daaa004f52d68390f9c68bfcba7331678c3c7d484be4e5f10566eded2" +content-hash = "d8d310b2d5b5af3f871ffae1352838237d8902ee4685ed8128d18b2cccb997d2" diff --git a/pyproject.toml b/pyproject.toml index b97519a..afc2eac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ flake8 = "^4.0.1" flake8-bandit = "^3.0.0" flake8-bugbear = "^23.3.12" flake8-builtins = "^2.0.1" -flake8-comprehensions = "^3.11.0" +flake8-comprehensions = "^3.11.1" flake8-docstrings = "^1.7.0" flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0"