Chore(deps-dev): bump tomli from 2.0.2 to 2.1.0
Bumps tomli from 2.0.2 to 2.1.0.
Changelog
Sourced from tomli's changelog.
2.1.0
- Deprecated
- Instantiating
TOMLDecodeError
with free-form arguments.msg
,doc
andpos
arguments should be given.- Added
msg
,doc
,pos
,lineno
andcolno
attributes toTOMLDecodeError
Commits
-
d6e045b
Bump version: 2.0.2 → 2.1.0 -
d1d6a85
Add attributes to TOMLDecodeError. Deprecate free-form__init__
args (#238) -
59ed9ef
Add a comment about implicit lru_cache bound -
9d25b3f
Test against Python 3.13 final (#237) -
f57fb66
Add test coverage for text mode error (#231) -
4be816b
Convert tox config to native TOML -
e2f8d2d
Merge pull request #233 from hukkin/version-2.0.2 - See full diff in compare view