You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude finished @renovate-bot-cbcoutinho[bot]'s task in 1m 51s —— View job
Review: icalendar 7.1.0 → 7.2.0
Gather context on the dependency update
Review changed files (pyproject.toml, uv.lock)
Check how icalendar is used in the codebase
Verify compatibility with v7.2.0 changelog
Post final review
Verdict: Low risk — looks good to merge once CI passes.
What changed
Only two mechanical files:
pyproject.toml: version pin updated >=7.1.0,<7.2.0 → >=7.2.0,<7.3.0
uv.lock: hash/URL updated to the 7.2.0 wheel and sdist
No production source code was changed.
Usage surface
icalendar is imported in one file — nextcloud_mcp_server/client/calendar.py:15-17:
fromicalendarimportAlarm, Calendar, Timezone, vDDDTypes, vRecurfromicalendarimportEventasICalEventfromicalendarimportTodoasICalTodo
All of these (Alarm, Calendar, Event, Todo, Timezone, vDDDTypes, vRecur) are long-stable core classes. A minor release (7.1 → 7.2) is unlikely to break their public API under the project's SemVer policy.
Risks
None identified. The dependency bump is narrowly scoped to uv.lock + the version pin. The existing calendar integration tests (tests/client/calendar/test_calendar_operations.py, tests/server/test_calendar_events_mcp.py, tests/server/test_calendar_todos_mcp.py) will exercise the updated library during CI.
CI
Tests, Pact contract tests, and this review run are all in progress at review time. No failures recorded.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
>=7.1.0,<7.2.0→>=7.2.0,<7.3.0Release Notes
collective/icalendar (icalendar)
v7.2.0Compare Source
To view the changes, please see the Changelog. This release can be installed from PyPI.
v7.1.3Compare Source
To view the changes, please see the Changelog. This release can be installed from PyPI.
v7.1.2Compare Source
To view the changes, please see the Changelog. This release can be installed from PyPI.
v7.1.1Compare Source
To view the changes, please see the Changelog. This release can be installed from PyPI.
Configuration
📅 Schedule: (in timezone Europe/Amsterdam)
🚦 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 Mend Renovate.