From cd77d58745722f104d656dc1f4f3988f44443702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 21:58:23 +0000 Subject: [PATCH] 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 73ffca9..3f4203a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ polars = ">=0.19.11,<0.21.0" [tool.poetry.group.lint.dependencies] isort = "^5.10.1" -flake8 = "^6.1.0" +flake8 = ">=6.1,<8.0" mypy = "^1.5" [tool.poetry.group.test.dependencies]