diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7915b8d..d518f34 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,13 +40,13 @@ repos: - id: mypy language_version: python3.14 additional_dependencies: - - aiosqlite - - aiohttp - Babel + - aiohttp + - aiosqlite + - asyncio-for-ynab~=1.83.0 - pyecharts - rich>=10 - - sqlite-export-for-ynab>=2.7.1 - - asyncio-for-ynab>=1.83.0 + - sqlite-export-for-ynab~=2.7.1 - repo: https://github.com/zizmorcore/zizmor-pre-commit rev: a4727cbbcd26d7098e96b9cb738169b59711ae51 # frozen: v1.24.1 hooks: diff --git a/setup.cfg b/setup.cfg index 8201554..1874a96 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,11 +22,11 @@ install_requires = Babel aiohttp aiosqlite - asyncio-for-ynab>=1.83.0 + asyncio-for-ynab~=1.83.0 prompt-toolkit pyecharts rich>=10 - sqlite-export-for-ynab>=2.7.1 + sqlite-export-for-ynab~=2.7.1 python_requires = >=3.14 [options.entry_points]