Skip to content

Commit bb5208a

Browse files
dbrattliclaude
andauthored
chore: Update Python and Rust dependencies (#4483)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d276f0f commit bb5208a

6 files changed

Lines changed: 306 additions & 307 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Homepage = "https://fable.io"
1818

1919
[dependency-groups]
2020
dev = [
21-
"pytest>=8.3.5,<9",
22-
"ruff>=0.11.6,<0.12",
23-
"maturin>=1.8.3,<2",
21+
"pytest>=9.0.2,<10",
22+
"ruff>=0.15.9,<0.16",
23+
"maturin>=1.12.6,<2",
2424
"dunamai>=1.23.1,<2",
2525
"pydantic>=2.11.7",
2626
"attrs>=25.3.0",

src/fable-library-py/Cargo.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/fable-library-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name = "_core"
1212
crate-type = ["cdylib"]
1313

1414
[dependencies]
15-
pyo3 = { version = "0.28.2", features = ["extension-module", "chrono"] }
15+
pyo3 = { version = "0.28.3", features = ["extension-module", "chrono"] }
1616
byteorder = "1.5.0"
1717
chrono = "0.4.42"
1818
regex = "1.12.1"

src/fable-library-py/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Homepage = "https://fable.io"
1717

1818
[dependency-groups]
1919
dev = [
20-
"pytest>=8.3.5,<9",
21-
"maturin>=1.9.6,<2",
20+
"pytest>=9.0.2,<10",
21+
"maturin>=1.12.6,<2",
2222
"hypothesis>=6.131.9,<7",
2323
"pytest-benchmark>=5.1.0,<6",
2424
"pyright>=1.1.401,<2",

0 commit comments

Comments
 (0)