From 073bba8ce8ba12983ba5378c4b4390a368321da9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:01:32 +0000 Subject: [PATCH] build(deps-dev): update flake8 requirement from ^5.0.4 to ^6.0.0 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/5.0.4...6.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 7f4eef5..b082e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ aioschedule = "^0.5.2" python-multipart = "^0.0.6" [tool.poetry.dev-dependencies] -flake8 = "^5.0.4" +flake8 = "^6.0.0" flake8-import-order = "^0.18.1" flake8-docstrings = "^1.6.0" flake8-builtins = "^2.0.1"