diff --git a/poetry.lock b/poetry.lock index e666fea4..1c0de323 100644 --- a/poetry.lock +++ b/poetry.lock @@ -266,13 +266,13 @@ typing = ["typing-extensions (>=4.12.2)"] [[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] @@ -1135,4 +1135,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.12.7" -content-hash = "dc4e69f3d199608e784a318b3ab50d05b784ea001b53a7e03b22dde5c9e95658" +content-hash = "8e45d30c936d3b9930610d695912b430d6ab6a88a7b6f7b95a86e55fc4d73cb3" diff --git a/pyproject.toml b/pyproject.toml index 966fcfd0..262f5067 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ python = "3.12.7" requests = "^2.32.3" [tool.poetry.dev-dependencies] -flake8 = "^7.1.1" +flake8 = "^7.1.2" pip-licenses = "^5.0.0" pre-commit = "^4.1.0" cfn-lint = "^1.25.1"