Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 20ef85c

Browse files
pip(deps-dev): update isort requirement in /backend (#84)
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](PyCQA/isort@5.9.3...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: garotm <gmconklin@gmail.com>
1 parent a74a288 commit 20ef85c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ python-jose = {extras = ["cryptography"], version = "^3.3.0"}
1616
[tool.poetry.dev-dependencies]
1717
pytest = "^8.3.4"
1818
pytest-cov = "^6.0.0"
19+
isort = "^6.0.1"
1920
black = "^25.1"
20-
isort = "^5.9.3"
2121
flake8 = "^7.1.1"
2222

2323
[build-system]

0 commit comments

Comments
 (0)