diff --git a/poetry.lock b/poetry.lock index e0a63c0c..feec7610 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1340,13 +1340,13 @@ files = [ [[package]] name = "unihan-etl" -version = "0.18.2" +version = "0.19.0" description = "Export UNIHAN data of Chinese, Japanese, Korean to CSV, JSON or YAML" optional = false python-versions = ">=3.7,<4.0" files = [ - {file = "unihan_etl-0.18.2-py3-none-any.whl", hash = "sha256:fcf0a91dd79f50f4ecfcf64a4a386a96d26f52f3de26a234646dbec032502159"}, - {file = "unihan_etl-0.18.2.tar.gz", hash = "sha256:87d1500afc53ce54c31260539b7ce28a503ef2c3e6e92aef967bfb3917b7471f"}, + {file = "unihan_etl-0.19.0-py3-none-any.whl", hash = "sha256:afd5e36428e3803e018c33602fb5cd8b557324fc6a7cff9a69fd7b54e7418da6"}, + {file = "unihan_etl-0.19.0.tar.gz", hash = "sha256:4380f8721654eb45fca83e26bbf3ee38a63894b260b06411cfcd9f9c1bee47be"}, ] [package.dependencies] @@ -1445,4 +1445,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "26051e65bba8916cf492e474a3653abe5386360fa893f256cd021bfb5b713a7b" +content-hash = "b93dda3d48a479f3a6c8c573f61b83a613bbc2be28020e0305dad60a99464287" diff --git a/pyproject.toml b/pyproject.toml index 92ee72c6..a6e73188 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Repository = "https://github.com/cihai/unihan-db" python = "^3.7" appdirs = "*" SQLAlchemy = "<2" -unihan-etl = "~=0.18.2" +unihan-etl = "~=0.19.0" [tool.poetry.group.dev.dependencies] ### Docs ###