diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2116bc64a5805..de1e615beaaa2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: language: python require_serial: true types_or: [python, pyi] - additional_dependencies: [black==23.1.0] + additional_dependencies: [black==23.3.0] - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.0.264 hooks: diff --git a/environment.yml b/environment.yml index 86272b9f325ca..de11c5e9d5967 100644 --- a/environment.yml +++ b/environment.yml @@ -73,7 +73,7 @@ dependencies: - cxx-compiler # code checks - - black=23.1.0 + - black=23.3.0 - cpplint - flake8=6.0.0 - isort>=5.2.1 # check that imports are in the right order diff --git a/pyproject.toml b/pyproject.toml index 13362e998a57a..7604046471fe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -171,7 +171,7 @@ environment = { IS_32_BIT="true" } [tool.black] target-version = ['py39', 'py310'] -required-version = '23.1.0' +required-version = '23.3.0' exclude = ''' ( asv_bench/env diff --git a/requirements-dev.txt b/requirements-dev.txt index 4d5e1fda40680..9779f4e5f6cce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -50,7 +50,7 @@ seaborn moto flask asv>=0.5.1 -black==23.1.0 +black==23.3.0 cpplint flake8==6.0.0 isort>=5.2.1