diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 85eeab8d..14965ccb 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -1,4 +1,4 @@ -black==25.1.0 # Linting tool, if changed update pyproject.toml as well +black==26.3.1 # Linting tool, if changed update pyproject.toml as well flake8==7.1.1 # Linting tool, if changed update pyproject.toml as well Flake8-pyproject==1.2.3 # Linting tool, if changed update pyproject.toml as well isort==6.0.0 # Linting tool, if changed update pyproject.toml as well