Skip to content

Commit c537969

Browse files
authored
Lower rich floor version (#211)
1 parent 0f05e46 commit c537969

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ repos:
4949
additional_dependencies:
5050
- aiopathlib
5151
- asyncio-for-ynab
52-
- rich>=12
52+
- rich>=10
5353
language_version: python3.12

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install_requires =
2424
aiosqlite
2525
asyncio-for-ynab
2626
fasteners
27-
rich>=12
27+
rich>=10
2828
tenacity
2929
python_requires = >=3.12
3030

0 commit comments

Comments
 (0)