Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7df8be4

Browse files
committed
build(poetry): Update dependencies
We can remove explicit dependency on language-data and marisa-trie because langcodes v3.3.0 now depends on language-data 1.2.0 and language-data 1.2.0 now depends on marisa-trie 1.1.0.
1 parent 7aa797a commit 7df8be4

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ click = "^8.1.7"
4040
construct = "^2.8.8"
4141
crccheck = "^1.3.0"
4242
jsonpickle = "^3.0.4"
43-
langcodes = { extras = ["data"], version = "^3.3.0" }
43+
langcodes = { extras = ["data"], version = "^3.4.0" }
4444
lxml = "^5.2.1"
4545
pproxy = "^2.7.9"
4646
protobuf = "^4.25.3"
@@ -62,8 +62,6 @@ Unidecode = "^1.3.8"
6262
urllib3 = "^2.2.1"
6363
chardet = "^5.2.0"
6464
curl-cffi = "^0.7.0b4"
65-
language-data = "^1.2.0"
66-
marisa-trie = "^1.1.0"
6765

6866
[tool.poetry.dev-dependencies]
6967
pre-commit = "^3.7.0"

0 commit comments

Comments
 (0)