diff --git a/poetry.lock b/poetry.lock index 6c38f08e..f14953cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -143,13 +143,13 @@ jsonschema = ">=4.17.3,<5.0.0" [[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] @@ -439,4 +439,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9.1" -content-hash = "5da4ee1f74e190b193c3720ad92d97cbd6e85a88ec1df34e8fe4112704d344f1" +content-hash = "38a6f587a2c4fc21e15a5aacef373d9cad624349bb73726e719f92020fd55845" diff --git a/pyproject.toml b/pyproject.toml index 0787f73b..d5ca2ed2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ jestspectation = "^1.4.5" [tool.poetry.group.dev.dependencies] coverage = "^7.6.11" -flake8 = "^7.1.1" +flake8 = "^7.1.2" isort = "^6.0.0" mypy = "^1.15.0" pytest = "^8.3.4"