Skip to content

Commit b0375a8

Browse files
committed
Update deps
1 parent 0d1b05d commit b0375a8

3 files changed

Lines changed: 24 additions & 146 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: uv sync --locked --all-groups
2424

2525
- name: Run black
26-
run: uv run black temba_client
26+
run: uv run ruff format --check temba_client
2727

2828
- name: Run ruff
2929
run: uv run ruff check temba_client

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ Repository = "http://github.com/rapidpro/rapidpro-python"
2424
[dependency-groups]
2525
dev = [
2626
"coverage>=5.3,<6",
27-
"ruff>=0.14.0,<0.15",
27+
"ruff>=0.15.7,<0.16",
2828
"isort>=5.10.1,<6",
29-
"black>=24.3.0,<27",
3029
"nose2>=0.12.0,<0.13",
3130
]
3231

0 commit comments

Comments
 (0)