mergecal / python-mergecal

Python library and CLI tool to merge RFC5545 iCalendar feeds and .ics files.
https://mergecal.readthedocs.io/
GNU General Public License v3.0
6 stars 0 forks source link

fix(deps): update dependency icalendar to v6.0.1 #53

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
icalendar (changelog) 6.0.0 -> 6.0.1 age adoption passing confidence

Release Notes

collective/icalendar (icalendar) ### [`v6.0.1`](https://redirect.github.com/collective/icalendar/blob/HEAD/CHANGES.rst#601-2024-10-13) [Compare Source](https://redirect.github.com/collective/icalendar/compare/v6.0.0...v6.0.1) New features: - Added `Event.end`, `Event.start`, `Event.dtstart`, and `Event.dtend` attributes. See `Issue 662 `\_. Bug fixes: - Fix a few `__all__` variables. - Added missing `docs` folder to distribution packages. See `Issue 712 `\_.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark: