From 2fe04e0aef2e6c21bef5b7e5681a62e6a4ded145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 13:54:14 +0000 Subject: [PATCH] Update isort requirement from <5.13,>=5.12 to >=5.12,<5.14 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.12.0...5.13.2) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79957ca..b5c2e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dev = [ "ruff", "mypy>=1.0,<1.6", "black>=23.0,<24.0", - "isort>=5.12,<5.13", + "isort>=5.12,<5.14", "pytest", "pytest-cov", "twine>=1.11.0",