From 862b825ec96fda7ffb64f1c879716e59cd15beaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 11:46:12 -0300 Subject: [PATCH] Bump flake8 from 7.0.0 to 7.1.0 (#114) Bumps [flake8](https://github.com/pycqa/flake8) from 7.0.0 to 7.1.0. - [Commits](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e89e19d..ee939a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -dev = ["pytest==8.2.2", "pytest-cov==5.0.0", "black==24.4.2", "flake8==7.0.0"] +dev = ["pytest==8.2.2", "pytest-cov==5.0.0", "black==24.4.2", "flake8==7.1.0"] [project.urls] homepage = "https://github.com/LBC-LNBio/pyKVFinder/"