From c81588a8fe56663bb9da7795450b277f92e6e7c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 01:00:27 +0000 Subject: [PATCH] Update dependency isort to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ebb8dc..5ed59dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", [tool.poetry.group.dev.dependencies] black = "^24.0.0" flake8 = "^7.1.1" -isort = "^5.13.2" +isort = "^6.0.0" pytest = "^8.3.3" [build-system]