From 808cd7fe3d6e2cbc74c35eae28566cf9b82c3e54 Mon Sep 17 00:00:00 2001 From: Max R Date: Wed, 6 May 2026 22:45:44 -0400 Subject: [PATCH] wip --- .pre-commit-config.yaml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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