chore(deps): update dependency tomli to v1.2.1 - autoclosed
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
tomli (changelog) |
1.1.0 -> 1.2.1
|
Release Notes
hukkin/tomli
v1.2.1
- Fixed
- Raise an error if a carriage return (without a following line feed) is found in a multi-line basic string
- Type annotations
- Type annotate
load
input astyping.BinaryIO
only to discourage use of deprecated text file objects.
- Type annotate
- Packaging
- Remove legacy
setup.py
from PyPI source distribution. If you're a packager and absolutely need this file, please create an issue.
- Remove legacy
v1.2.0
- Deprecated
- Text file objects as input to
load
. Binary file objects should be used instead to avoid opening a TOML file with universal newlines or with an encoding other than UTF-8.
- Text file objects as input to
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot.