diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bb02431..4bb9895 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,5 +49,5 @@ repos: additional_dependencies: - aiopathlib - asyncio-for-ynab - - rich>=12 + - rich>=10 language_version: python3.12 diff --git a/setup.cfg b/setup.cfg index fcfb427..ebaddf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = aiosqlite asyncio-for-ynab fasteners - rich>=12 + rich>=10 tenacity python_requires = >=3.12