From 6abed5385190ff45b646fecdd5934faa56717f6a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:56:40 +0000 Subject: [PATCH] Update dependency flake8 to v7.1.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ebf963b..9da5134 100644 --- a/poetry.lock +++ b/poetry.lock @@ -853,13 +853,13 @@ profile = ["gprof2dot (>=2022.7.29)"] [[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] @@ -1449,4 +1449,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6a73185d507b793ce62d5d7fc1a6a98114651f9a624cbe6f80c3152e6bba66de" +content-hash = "f82fc5baf2cfdde2c4b2345c79b9a83c5e7d0937666d70a7d161e22f345b47c3" diff --git a/pyproject.toml b/pyproject.toml index 0639dc3..d4f7aa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ keyring = "25.2.1" black = "24.4.2" boto3-stubs = "1.34.153" botostubs = "0.15.1.23.10" -flake8 = "7.1.0" +flake8 = "7.1.1" flake8-bugbear = "24.4.26" flake8-import-order = "0.18.2" mypy = "1.11.0"