From 07fa6f6cda1b5b3820f9912af2058fd96a35ca39 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 9 Jul 2023 09:28:29 -0500 Subject: [PATCH] build(deps): unihan-etl 0.25.2 -> 0.26.0 (pytest plugin) --- CHANGES | 6 ++++++ poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 6536a885..de6c1714 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,12 @@ $ pip install --user --upgrade --pre unihan-db +### Development + +- unihan-etl: 0.25.0 -> 0.26.0 + + pytest plugin with cached UNIHAN data. + ## unihan-db 0.11.0 (2023-07-01) _Maintenance only, no bug fixes, or new features_ diff --git a/poetry.lock b/poetry.lock index cc380dca..61ba4174 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1386,13 +1386,13 @@ files = [ [[package]] name = "unihan-etl" -version = "0.25.2" +version = "0.26.0" description = "Export UNIHAN data of Chinese, Japanese, Korean to CSV, JSON or YAML" optional = false python-versions = ">=3.8,<4.0" files = [ - {file = "unihan_etl-0.25.2-py3-none-any.whl", hash = "sha256:4970366baeb4f091dbd90c16467a6c36d79f292a3e0de9e6faabe7c88275572c"}, - {file = "unihan_etl-0.25.2.tar.gz", hash = "sha256:8670ceddc96c2e458bfddc09399debaa6f07c8779bfba77e99f2ac5b21011f94"}, + {file = "unihan_etl-0.26.0-py3-none-any.whl", hash = "sha256:3d385c49cb0f3a3df291f3b7d252bc5fea4147119c4eddf0f1653ed2a78d4f16"}, + {file = "unihan_etl-0.26.0.tar.gz", hash = "sha256:df17835309d45f9b49dee19f0a9a14872d268ce42a888801f49a4d227652c48a"}, ] [package.dependencies] @@ -1492,4 +1492,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4406355c99593a7837944592d3d6d12e063669c25acf3a7cf1635c1a0aceb349" +content-hash = "49312cb99e4cffe2b49679790097712b40c235c2f602a1523e41afdbc7010756" diff --git a/pyproject.toml b/pyproject.toml index 7f58d575..5c6386fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ Repository = "https://github.com/cihai/unihan-db" python = "^3.8" appdirs = "*" SQLAlchemy = ">=2" -unihan-etl = "~=0.25.2" +unihan-etl = "~=0.26.0" [tool.poetry.group.dev.dependencies] ### Docs ###