From a82d349f6917b9f5d1cb7ebc47e71736264b7740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:45:26 +0000 Subject: [PATCH] chore(deps-dev): update flake8 requirement from ^6.1.0 to >=6.1,<8.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cfbdeca..0d21015 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ google-cloud-logging = "^3.8.0" [tool.poetry.group.dev.dependencies] black = "^23.9.1" -flake8 = "^6.1.0" +flake8 = ">=6.1,<8.0" coverage = "^7.3.1" pytest = "^7.4.2" snakemake = {git = "https://github.com/snakemake/snakemake.git", branch="main"}