diff --git a/pyproject.toml b/pyproject.toml index 20431f0..81fea2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "tox==4.28.4", "pytest-cov==7.0.0", "types-requests>=2.32.0,<3", - "isort==7.0.0", + "isort==8.0.1", ] [build-system]