mdla
mdla copied to clipboard
Bump tomli from 1.2.2 to 2.0.1
Bumps tomli from 1.2.2 to 2.0.1.
Changelog
Sourced from tomli's changelog.
2.0.1
- Improve
- Make bundling easier by using relative imports internally and adding license and copyright notice to source files.
- Make error messages more uniform
- Raise a friendly
TypeErrorfor wrong file mode- Allow
parse_floatto return objects having theappendattr- Eagerly raise an error if
parse_floatreturns an illegal type- Packaging
- Move from
pytesttesting framework tounittestand removepython-dateutiltest dependency. Tests now only require Python interpreter.1.2.3
- Fixed
- Backport: Allow lower case "t" and "z" in datetimes
2.0.0
- Removed
- Python 3.6 support
- Support for text file objects as
loadinput. Use binary file objects instead.- First argument of
loadandloadscan 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).
Commits
36ef51dBump version: 2.0.0 → 2.0.1d21aa80Add changelog for v2.0.1794c8e5Eagerly raise an error if parse_float produces illegal types (#180)0eaf93dAllowparse_floatto return values withappendattrecc36aaImprove/add license headers (#176)0476375[pre-commit.ci] pre-commit autoupdate (#178)8b962e1Raise a friendlyTypeErrorfor wrong file mode (#175)e4da05cReorganize test data417f335Add test data (#174)7349d78Improve error messages- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)