Skip to content

Commit

Permalink
build(poetry): Update dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rlaphoenix committed May 7, 2024
1 parent 7aa797a commit 7df8be4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 8 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ click = "^8.1.7"
construct = "^2.8.8"
crccheck = "^1.3.0"
jsonpickle = "^3.0.4"
langcodes = { extras = ["data"], version = "^3.3.0" }
langcodes = { extras = ["data"], version = "^3.4.0" }
lxml = "^5.2.1"
pproxy = "^2.7.9"
protobuf = "^4.25.3"
Expand All @@ -62,8 +62,6 @@ Unidecode = "^1.3.8"
urllib3 = "^2.2.1"
chardet = "^5.2.0"
curl-cffi = "^0.7.0b4"
language-data = "^1.2.0"
marisa-trie = "^1.1.0"

[tool.poetry.dev-dependencies]
pre-commit = "^3.7.0"
Expand Down

0 comments on commit 7df8be4

Please sign in to comment.