From 9369f83099688808d668a47aa3bad9ba0fc43352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:28:17 +0000 Subject: [PATCH] Update flake8 requirement from ^4.0.1 to ^5.0.4 Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](https://github.com/pycqa/flake8/compare/4.0.1...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 b63195ac..c55bcf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ anyio = "^3.4.0" [tool.poetry.dev-dependencies] pytest = "^6.2.4" mypy = "^0.930" -flake8 = "^4.0.1" +flake8 = "^5.0.4" black = {version = "^21.5-beta.1", python = "^3.7"} mkdocs = "^1.2.1" mkdocs-material = "^8.1.4"