reflexivesecurity / reflex-cli

CLI Tool for Running Reflex Engine
Mozilla Public License 2.0
17 stars 2 forks source link

Update dependency tomli to v2 #457

Open renovate[bot] opened 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tomli (changelog) ==1.2.1 -> ==2.0.1 age adoption passing confidence

Release Notes

hukkin/tomli ### [`v2.0.1`](https://togithub.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#​201) [Compare Source](https://togithub.com/hukkin/tomli/compare/2.0.0...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 `TypeError` for wrong file mode - Allow `parse_float` to return objects having the `append` attr - Eagerly raise an error if `parse_float` returns an illegal type - Packaging - Move from `pytest` testing framework to `unittest` and remove `python-dateutil` test dependency. Tests now only require Python interpreter. ### [`v2.0.0`](https://togithub.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#​200) [Compare Source](https://togithub.com/hukkin/tomli/compare/1.2.3...2.0.0) - Removed - Python 3.6 support - Support for text file objects as `load` input. Use binary file objects instead. - First argument of `load` and `loads` 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](https://togithub.com/toml-lang/toml/pull/848)). ### [`v1.2.3`](https://togithub.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#​123) [Compare Source](https://togithub.com/hukkin/tomli/compare/1.2.2...1.2.3) - Fixed - Backport: Allow lower case "t" and "z" in datetimes ### [`v1.2.2`](https://togithub.com/hukkin/tomli/blob/HEAD/CHANGELOG.md#​122) [Compare Source](https://togithub.com/hukkin/tomli/compare/1.2.1...1.2.2) - Fixed - Illegal characters in error messages were surrounded by two pairs of quotation marks - Improved - `TOMLDecodeError.__module__` is now the public import path (`tomli`) instead of private import path (`tomli._parser`) - Eliminated an import cycle when `typing.TYPE_CHECKING` is `True`. This allows `sphinx-autodoc-typehints` to resolve type annotations.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.