Skip to content

Commit 2dcbee3

Browse files
chore(deps-dev): update isort requirement
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.13.2...8.0.1) --- updated-dependencies: - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d273ef8 commit 2dcbee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/serialization/json/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-e ../../abstractions
22
-e .
33
yapf>=0.43.0,<0.44.0
4-
isort>=5.13.2,<9.0.0
4+
isort>=8.0.1,<9.0.0
55
pylint>=3.2.7,<5.0.0
66
mypy>=2.1.0,<3.0.0
77
pytest>=8.3.2,<10.0.0

0 commit comments

Comments
 (0)