Chore(deps-dev): bump tomli from 2.0.1 to 2.0.2
Bumps tomli from 2.0.1 to 2.0.2.
Changelog
Sourced from tomli's changelog.
2.0.2
- Removed
- Python 3.7 support
- Improved
- Make
loads
raiseTypeError
notAttributeError
on bad input types that do not have thereplace
attribute. Improve error message whenbytes
is received.- Type annotations
- Type annotate
load
input astyping.IO[bytes]
(previouslytyping.BinaryIO
).
Commits
-
3ec6775
Bump version: 2.0.1 → 2.0.2 -
1dcd317
Add v2.0.2 changelog -
c94ee69
Fix GitHub Actions badge -
4e245a4
tomli.loads
: Raise TypeError not AttributeError. Improve message (#229) -
facdab0
Update pre-commit. Remove docformatter -
a613867
Use sys.version_info in compatibility layer (#220) -
39eff9b
Add support for Python 3.12, drop EOL 3.7 (#224) -
0054e60
[pre-commit.ci] pre-commit autoupdate (#208) -
1bd3345
Test against Python 3.12-dev -
5646e69
Type annotate asIO[bytes]
, notBinaryIO
- Additional commits viewable in compare view