chore(deps): update dependency tomli to v2
This MR contains the following updates:
Package | Update | Change |
---|---|---|
tomli (changelog) | major |
==1.2.3 -> ==2.0.0
|
Release Notes
hukkin/tomli
v2.0.0
- Removed
- Python 3.6 support
- Support for text file objects as
load
input. Use binary file objects instead. - First argument of
load
andloads
can no longer be passed by keyword.
- Fixed
- Allow lower case "t" and "z" in datetimes
- Improved
- Raise an error when dotted keys define values outside the "current table". Technically speaking TOML v1.0.0 does allow such assignments but that isn't intended by specification writers, and will change in a future specification version (see the pull request).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Stackspin-renovate Bot