Skip to content

Commit 0d658e2

Browse files
⬆️ Update black requirement from ~=24.3.0 to ~=24.4.0 (#760)
1 parent d7cbf0b commit 0d658e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/style-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install \
2525
isort~=5.13.2 \
26-
black~=24.3.0
26+
black~=24.4.0
2727
2828
- name: Check import style with isort
2929
run: isort . --check --profile black --diff

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.2.0
3+
rev: 24.4.0
44
hooks:
55
- id: black
66
stages: [push]
@@ -11,7 +11,7 @@ repos:
1111
hooks:
1212
- id: blacken-docs
1313
stages: [push]
14-
additional_dependencies: [black==24.3.0]
14+
additional_dependencies: [black==24.4.0]
1515
language_version: python3
1616
files: '\.(rst|md|markdown|py|tex)$'
1717

requirements.dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
anyio~=4.3.0
22
assertpy==1.1
3-
black~=24.3.0
3+
black~=24.4.0
44
isort~=5.13.2
55
mockito~=1.5.0
66
pre-commit~=3.7.0

0 commit comments

Comments
 (0)