diff --git a/poetry.lock b/poetry.lock index 301d4d405..5b1735af3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -530,13 +530,13 @@ tests = ["asttokens (>=2.1.0)", "coverage", "coverage-enable-subprocess", "ipyth [[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] @@ -2041,4 +2041,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4" -content-hash = "80783b2be96964f4adb448a261075790e8e9bf62e79c4ae8b50f44921db116bb" +content-hash = "0d8ee849a992cbdb98a1a5b2c0b14ddd4d447253797dd6be668d1aa7b09512d3" diff --git a/pyproject.toml b/pyproject.toml index 08db84d89..39fc7ea2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ ipython = "8.26.0" setuptools = ">65.5.1" [tool.poetry.group.lint.dependencies] -flake8 = "7.1.0" +flake8 = "7.1.1" flake8-docstrings = "1.7.0" isort = "5.13.2" myst-parser = "3.0.1"