diff --git a/pyproject.toml b/pyproject.toml index 35c62f6..7c62333 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,12 +73,12 @@ lint = [ "black==26.1.0; python_version > '3.11'", "flake8==7.3.0", "isort==6.1.0; python_version <= '3.11'", - "isort==7.0.0; python_version > '3.11'", + "isort==8.0.0; python_version > '3.11'", "mypy==1.19.1", "pylint-per-file-ignores==2.0.3; python_version <= '3.11'", "pylint-per-file-ignores==3.2.0; python_version > '3.11'", "pylint==3.3.9; python_version <= '3.11'", - "pylint==4.0.4; python_version > '3.11'", + "pylint==4.0.5; python_version > '3.11'", ] test = [ "pytest==8.4.2; python_version <= '3.11'",