From ca78dc0f6a48afacedc8680b58713045f56f1216 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 1 Jul 2023 11:42:39 -0500 Subject: [PATCH] build(deps): unihan-etl: 0.24.0 -> 0.25.0 (ruff linting) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 294a03ea..94bcab2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1386,13 +1386,13 @@ files = [ [[package]] name = "unihan-etl" -version = "0.24.0" +version = "0.25.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.24.0-py3-none-any.whl", hash = "sha256:7670368f49c8112f878efc2a4370763269a38418fe24271ca2fc6295544ae4fb"}, - {file = "unihan_etl-0.24.0.tar.gz", hash = "sha256:451831b659d1efc49248538af1be228da392e75a29d330b4196fff89465fcc35"}, + {file = "unihan_etl-0.25.0-py3-none-any.whl", hash = "sha256:f3daabdfcf8bec5b7ead883d34e776c722870757848085999dbb12e431bca444"}, + {file = "unihan_etl-0.25.0.tar.gz", hash = "sha256:7f4d586bd91de1228c852a581f67d734d312c03a8d88e52a86c150572c86292e"}, ] [package.dependencies] @@ -1492,4 +1492,4 @@ test = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "d8371ce506a89fe74ccd1bc228f00cb61689f1450e6b83cb4860723820172a23" +content-hash = "25bb9cecdbcf31087f7b4b5a07df11026ac8b66f616688526fd7635bf48b5468" diff --git a/pyproject.toml b/pyproject.toml index e19f9c79..e43fd628 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.24.0" +unihan-etl = "~=0.25.0" [tool.poetry.group.dev.dependencies] ### Docs ###