From 2939750b0848d1664b69182b16b09de99eed4418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:33:23 +0000 Subject: [PATCH] Update flake8 requirement from ~4 to ~5 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](https://github.com/pycqa/flake8/compare/4.0.0...5.0.4) --- 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 ee2f67f..cf320d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ all = ["zeep", "ipython", "orjson"] [tool.poetry.dev-dependencies] black = "~22" -flake8 = "~4" +flake8 = "~5" isort = "~5" mkdocs-material = "~8" mypy = "~1"