From 727d9820c801b5b97ee2adb94345e60621b2d3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:00:46 +0000 Subject: [PATCH] Update isort requirement from ==5.9.* to ==5.12.* Updates the requirements on [isort](https://github.com/pycqa/isort) to permit the latest version. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.9.0...5.12.0) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index f0f0e810..8550a8f0 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,7 +1,7 @@ pytest==6.2.* black==22.3.0 pytest-cov==3.0.* -isort==5.9.* +isort==5.12.* flake8==4.0.* mypy==0.931 types-python-dateutil==2.8.8