Closed renovate[bot] closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
df16822
) to head (30cbba6
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
path | passed | subtotal |
---|---|---|
tests/test_bump_version_in_files.py | 5 | 5 |
tests/test_create_unique_testpypi_version.py | 7 | 7 |
tests/test_find_unreleased_changelog_items.py | 6 | 6 |
tests/test_update_development_dependencies.py | 13 | 13 |
TOTAL | 31 | 31 |
path | passed | subtotal |
---|---|---|
tests\test_bump_version_in_files.py | 5 | 5 |
tests\test_create_unique_testpypi_version.py | 7 | 7 |
tests\test_find_unreleased_changelog_items.py | 6 | 6 |
tests\test_update_development_dependencies.py | 13 | 13 |
TOTAL | 31 | 31 |
path | passed | subtotal |
---|---|---|
tests/test_bump_version_in_files.py | 5 | 5 |
tests/test_create_unique_testpypi_version.py | 7 | 7 |
tests/test_find_unreleased_changelog_items.py | 6 | 6 |
tests/test_update_development_dependencies.py | 13 | 13 |
TOTAL | 31 | 31 |
This PR contains the following updates:
1.0.0
->1.1.0
==1.0.0
->==1.1.0
Release Notes
hukkin/tomli-w (tomli-w)
### [`v1.1.0`](https://redirect.github.com/hukkin/tomli-w/blob/HEAD/CHANGELOG.md#110) [Compare Source](https://redirect.github.com/hukkin/tomli-w/compare/1.0.0...1.1.0) - Removed - Support for Python 3.7 and 3.8 - Added - Accept generic `collections.abc.Mapping`, not just `dict`, as input. Thank you [Watal M. Iwasaki](https://redirect.github.com/heavywatal) for the [PR](https://redirect.github.com/hukkin/tomli-w/pull/46). - `indent` keyword argument for customizing indent width of arrays. Thank you [Wim Jeantine-Glenn](https://redirect.github.com/wimglenn) for the [PR](https://redirect.github.com/hukkin/tomli-w/pull/49). - Type annotations - Type annotate `dump` function's output stream object as `typing.IO[bytes]` (previously `typing.BinaryIO`)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.