Skip to content

Commit

Permalink
build(deps): unihan-etl 0.22.1 -> 0.24.0 (zhon update, configurable a…
Browse files Browse the repository at this point in the history
…pp dirs, #314)
  • Loading branch information
tony committed Jun 24, 2023
2 parents e54b6b3 + aeec5ec commit aa03683
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
17 changes: 14 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,27 @@ $ pip install --user --upgrade --pre unihan-db

### Development

- unihan-etl:
- unihan-etl:

- 0.19.2 -> 0.20.0
- 0.23.1 -> 0.24.0 (#314)

Drops python 3.7, normalizes `typing` imports
Subdependency updated for zhon: 1.1.5 -> 2.0.0 (#289, fixes #282)

[zhon 2.0's Release notes](https://github.com/tsroten/zhon/blob/v2.0.0/CHANGES.rst#v200-2023-06-24)

Fixes pytest warning related to regular expressions.

- 0.22.1 -> 0.23.0 (#314):

Package introduces configurable application directories (for test purposes)
- 0.21.1 -> 0.22.1 (#348):

{obj}`dataclasses.dataclass`-based configuration

- 0.19.2 -> 0.20.0

Drops python 3.7, normalizes `typing` imports

## unihan-db 0.9.0 (2023-06-10)

### Breaking changes
Expand Down
20 changes: 12 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Repository = "https://github.com/cihai/unihan-db"
python = "^3.8"
appdirs = "*"
SQLAlchemy = ">=2"
unihan-etl = "~=0.22.1"
unihan-etl = "~=0.24.0"

[tool.poetry.group.dev.dependencies]
### Docs ###
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[tool:pytest]
filterwarnings =
ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::
ignore:invalid escape sequence .*:DeprecationWarning:zhon:
addopts = --reruns=0 --tb=short --no-header --showlocals --doctest-modules
doctest_optionflags = ELLIPSIS NORMALIZE_WHITESPACE
testpaths =
Expand Down

0 comments on commit aa03683

Please sign in to comment.