diff --git a/poetry.lock b/poetry.lock index b1b347a..a8e7560 100644 --- a/poetry.lock +++ b/poetry.lock @@ -667,13 +667,13 @@ typing = ["typing-extensions (>=4.7.1)"] [[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] @@ -1944,4 +1944,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "8ea8a28ab36ecc889e18c26ef1cd1a78fbd8f03b4b31822f1269a2b826ce67cb" +content-hash = "10a4ce7be11fd5893848d237652b08a80ffbbd6653d4f34366e019ab1d1b5d78" diff --git a/pyproject.toml b/pyproject.toml index fb11833..aacfb08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ typer = ">=0.9,<0.13" [tool.poetry.dev-dependencies] black = "~24.4.2" pre-commit = "~3.8.0" -flake8 = "^7.1.0" +flake8 = "^7.1.1" pytest-cov = "~5.0.0" pytest = "^8.3.2" coverage = {extras = ["toml"], version = "^7.6"}