Skip to content

Commit 61926ba

Browse files
Update dev dependencies
1 parent b227042 commit 61926ba

File tree

5 files changed

+76
-136
lines changed

5 files changed

+76
-136
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
types: [opened, reopened, synchronize]
99

1010
env:
11-
UV_VERSION: "0.4.26"
11+
UV_VERSION: "0.4.27"
1212
DEFAULT_PYTHON_VERSION: "3.12"
1313

1414
concurrency:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- master
77

88
env:
9-
UV_VERSION: "0.4.26"
9+
UV_VERSION: "0.4.27"
1010
DEFAULT_PYTHON_VERSION: "3.12"
1111

1212
jobs:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.0
10+
rev: v0.7.1
1111
hooks:
1212
- id: ruff
1313
args: [ --fix ]

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
"matplotlib~=3.9.2",
3535
"shapely~=2.0.6",
3636
"cytriangle~=1.0.3",
37-
"rich[jupyter]~=13.9.1",
37+
"rich[jupyter]~=13.9.3",
3838
"more-itertools~=10.5.0",
3939
]
4040

@@ -63,27 +63,26 @@ pardiso = [
6363
[tool.uv]
6464
dev-dependencies = [
6565
# linting & code formatting
66-
"ruff==0.7.0",
66+
"ruff==0.7.1",
6767
# type checking
6868
"pyright==1.1.386",
6969
# testing
7070
"pytest==8.3.3",
7171
"pytest-benchmark[histogram]==4.0.0",
7272
"pytest-check==2.4.1",
73-
"coverage[toml]==7.6.1",
73+
"coverage[toml]==7.6.4",
7474
# docs
7575
"furo==2024.8.6",
76-
"sphinx==8.0.2",
76+
"sphinx==8.1.3",
7777
"notebook==7.2.2",
7878
"ipykernel==6.29.5",
79-
"ipython==8.28.0",
79+
"ipython==8.29.0",
8080
"nbsphinx==0.9.5",
8181
"nbconvert==7.16.4",
8282
"sphinx-copybutton==0.5.2",
8383
"sphinxext-opengraph==0.9.1",
8484
# pre-commit
8585
"pre-commit==4.0.1",
86-
"pre-commit-hooks==5.0.0",
8786
]
8887

8988
[tool.pyright]

0 commit comments

Comments
 (0)