diff --git a/poetry.lock b/poetry.lock index 858af8a..7533466 100644 --- a/poetry.lock +++ b/poetry.lock @@ -506,13 +506,13 @@ test = ["pytest (>=6)"] [[package]] name = "flake8" -version = "7.1.1" +version = "7.1.2" description = "the modular source code checker: pep8 pyflakes and co" optional = false python-versions = ">=3.8.1" files = [ - {file = "flake8-7.1.1-py2.py3-none-any.whl", hash = "sha256:597477df7860daa5aa0fdd84bf5208a043ab96b8e96ab708770ae0364dd03213"}, - {file = "flake8-7.1.1.tar.gz", hash = "sha256:049d058491e228e03e67b390f311bbf88fce2dbaa8fa673e7aea87b7198b8d38"}, + {file = "flake8-7.1.2-py2.py3-none-any.whl", hash = "sha256:1cbc62e65536f65e6d754dfe6f1bada7f5cf392d6f5db3c2b85892466c3e7c1a"}, + {file = "flake8-7.1.2.tar.gz", hash = "sha256:c586ffd0b41540951ae41af572e6790dbd49fc12b3aa2541685d253d9bd504bd"}, ] [package.dependencies] @@ -1657,4 +1657,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "fa57666a20d0d60b34b8691a5c7efbf587cb9015cecfdb44fd88ce1278c56ec2" +content-hash = "6ba5852f5d5027af4663b0a13f96da46e893466a1aa1127cd6705b84a5cde504" diff --git a/pyproject.toml b/pyproject.toml index f9832b9..f26c87c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ polling2= "0.5.0" [tool.poetry.group.dev.dependencies] black= "25.1.0" -flake8= "7.1.1" +flake8= "7.1.2" pytest = ">=8.2.2,<8.4.0" twine = ">=6.0,<6.2"