Skip to content

Commit d1b4902

Browse files
authored
Update Lindera to 1.4.0 (#107)
1 parent ad6bbac commit d1b4902

File tree

4 files changed

+62
-55
lines changed

4 files changed

+62
-55
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lindera-python"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2024"
55
description = "Python binding for Lindera."
66
documentation = "https://docs.rs/lindera-python"
@@ -44,4 +44,4 @@ serde = { version = "1.0.228", features = ["derive"] }
4444
serde_json = "1.0.145"
4545
num_cpus = "1.17.0"
4646

47-
lindera = "1.3.2"
47+
lindera = "1.4.0"

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module-name = "lindera"
33

44
[project]
55
name = "lindera-python"
6-
version = "1.2.0"
6+
version = "1.3.0"
77
description = "Python binding for Lindera (no embedded dictionaries)"
88
authors = [{ name = "Minoru Osuka", email = "minoru.osuka@gmail.com" }]
99
license = { text = "MIT" }
@@ -24,13 +24,13 @@ requires-python = ">=3.8"
2424

2525
[tool.poetry.dependencies]
2626
python = "^3.13"
27-
maturin = "^1.9.4"
27+
maturin = "^1.9.6"
2828
patchelf = "^0.17.2.4"
2929

3030
[tool.poetry.group.dev.dependencies]
3131
pytest = "^8.4.2"
3232
black = "^25.9.0"
33-
isort = "^6.1.0"
33+
isort = "^7.0.0"
3434
autopep8 = "^2.3.2"
3535
flake8 = "^7.3.0"
3636
flake8-pyproject = "^1.2.3"

0 commit comments

Comments
 (0)