From 1cb3153ed09000619b5f23f5efe0f7b063bb48f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 02:01:17 +0000 Subject: [PATCH] Bump flake8 from 5.0.4 to 6.0.0 Bumps [flake8](https://github.com/pycqa/flake8) from 5.0.4 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 35b05695..76780478 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -15,7 +15,7 @@ statsmodels==0.13.2 sklearn-contrib-lightning==0.6.2.post0 # Testing tools -flake8==5.0.4 +flake8==6.0.0 isort==5.10.1 pytest==7.1.3 pytest-mock==3.8.2