From 85dba5ab2c5728040d50b8a2a27839dd0c21f68b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 02:48:29 +0000 Subject: [PATCH] chore(deps): update dependency flake8 to v6.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1452407..5cd7a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ Home = "https://github.com/ydataai/sketch-dask-extension" dev = [ "pylint==2.15.10", "black==22.8.0", - "flake8==6.0.0", + "flake8==6.1.0", "isort==5.11.3", "pre-commit==2.20.0", ]