Commit de04475
committed
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 locally1 parent eaed23b commit de04475
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
0 commit comments