From fabb1df6f048fc05ec81d76e02276438c0af0147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 03:32:52 +0000 Subject: [PATCH] Update flake8-isort requirement from ^4.1.1 to ^5.0.0 Updates the requirements on [flake8-isort](https://github.com/gforcada/flake8-isort) to permit the latest version. - [Release notes](https://github.com/gforcada/flake8-isort/releases) - [Changelog](https://github.com/gforcada/flake8-isort/blob/master/CHANGES.rst) - [Commits](https://github.com/gforcada/flake8-isort/compare/4.1.1...5.0.0) --- updated-dependencies: - dependency-name: flake8-isort 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 676bc22..f9863be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pytest = "^7.0.1" pytest-cov = "^3.0.0" mypy = "^0.971" pytest-mock = "^3.7.0" -flake8-isort = "^4.1.1" +flake8-isort = "^5.0.0" asyncmock = {version = "^0.4.2", python = "<3.8"} [build-system]