Skip to content

Commit de04475

Browse files
fix: add missing TOML dependencies (tomli, tomli-w) to requirements-dev
- Added tomli>=2.0.0 and tomli-w>=1.0.0 to requirements-dev.in - Regenerated requirements-dev.txt with pip-compile - Fixes CI test failures for TOML handler tests - All handler tests now pass locally
1 parent eaed23b commit de04475

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

requirements-dev.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ ruff>=0.1.0
99
black>=23.0.0
1010
types-aiofiles>=24.1.0
1111
types-PyYAML>=6.0.0
12+
tomli>=2.0.0
13+
tomli-w>=1.0.0
1214
pip-tools>=7.0.0
1315
pyright>=1.1.0

requirements-dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ termcolor==3.1.0
141141
# via commitizen
142142
toml==0.10.2
143143
# via pip-audit
144+
tomli==2.3.0
145+
# via -r requirements-dev.in
146+
tomli-w==1.2.0
147+
# via -r requirements-dev.in
144148
tomlkit==0.13.3
145149
# via commitizen
146150
types-aiofiles==25.1.0.20251011

0 commit comments

Comments
 (0)