diff --git a/poetry.lock b/poetry.lock index 2ad7a61..49133f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -328,13 +328,13 @@ typing = ["typing-extensions (>=4.8)"] [[package]] name = "flake8" -version = "7.1.0" +version = "7.1.1" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.0-py2.py3-none-any.whl", hash = "sha256:2e416edcc62471a64cea09353f4e7bdba32aeb079b6e360554c659a122b1bc6a"}, - {file = "flake8-7.1.0.tar.gz", hash = "sha256:48a07b626b55236e0fb4784ee69a465fbf59d79eec1f5b4785c3d3bc57d17aa5"}, + {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, + {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, ] [package.dependencies] @@ -1057,4 +1057,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "20c652dacd72628cfb3e1462949dc00d39e9d367928fc6fe2e38e01bc4cda5de" +content-hash = "68e6cbb26c898752103c89cf8485663c4e388c6c8b80e1639983587311b8ca8e" diff --git a/pyproject.toml b/pyproject.toml index 02addb8..2ba8ac9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ black = "^24.8" pylint = "^3.2.5" isort = "^5.10.1" mypy = "^1.10" -flake8 = "^7.1.0" +flake8 = "^7.1.1" pyupgrade = "^3.17.0" [build-system]