Skip to content

Build(deps): Update icalendar requirement from <7.0,>=6.0.0 to >=6.0.0,<8.0#18

Merged
UnbrandedTech merged 1 commit into
mainfrom
dependabot/pip/icalendar-gte-6.0.0-and-lt-8.0
Apr 5, 2026
Merged

Build(deps): Update icalendar requirement from <7.0,>=6.0.0 to >=6.0.0,<8.0#18
UnbrandedTech merged 1 commit into
mainfrom
dependabot/pip/icalendar-gte-6.0.0-and-lt-8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 5, 2026

Updates the requirements on icalendar to permit the latest version.

Release notes

Sourced from icalendar's releases.

v7.0.3

To view the changes, please see the Changelog. This release can be installed from PyPI.

Changelog

Sourced from icalendar's changelog.

7.0.3 (2026-03-03)

Minor changes


- Show colorful required code changes in the CI output to help contributors solve the formatting issues. :pr:`1216`
- Use ruff 0.15.0 for code formatting in :file:`tox.ini`. :pr:`1215`

New features


- Added :attr:`Event.RECURRENCE_ID &lt;icalendar.cal.event.Event.RECURRENCE_ID&gt;`, :attr:`Todo.RECURRENCE_ID &lt;icalendar.cal.todo.Todo.RECURRENCE_ID&gt;`, and :attr:`Journal.RECURRENCE_ID &lt;icalendar.cal.journal.Journal.RECURRENCE_ID&gt;` properties, including support in their ``new()`` constructors. :issue:`1231`

Bug fixes


- Fixed :func:`~icalendar.timezone.tzid.tzids_from_tzinfo` not recognizing
  ``dateutil.tz.win.tzwin`` objects on Windows. UTC datetimes using
  ``dateutil.tz.gettz(&amp;quot;UTC&amp;quot;)`` now correctly serialize with the ``Z`` suffix
  instead of ``TZID=Coordinated Universal Time``. :issue:`1056`
- Fixed :meth:`Calendar.get_missing_tzids &amp;lt;icalendar.cal.calendar.Calendar.get_missing_tzids&amp;gt;`
  raising ``KeyError`` when a VTIMEZONE exists for a timezone not referenced by any event TZID,
  for example, when added by the ``x-wr-timezone`` conversion. :issue:`1124`
- Fixed :meth:`Calendar.get_missing_tzids &amp;lt;icalendar.cal.calendar.Calendar.get_missing_tzids&amp;gt;`
  and :meth:`Calendar.add_missing_timezones &amp;lt;icalendar.cal.calendar.Calendar.add_missing_timezones&amp;gt;`
  generating a spurious ``VTIMEZONE`` for UTC. :rfc:`5545#section-3.2.19` requires UTC datetimes
  to use the ``Z`` suffix; no ``VTIMEZONE`` component is needed or permitted. :issue:`1124`
- Fixed :meth:`Parameters.update_tzid_from &amp;lt;icalendar.parser.parameter.Parameters.update_tzid_from&amp;gt;`
  incorrectly setting ``TZID=UTC`` on UTC datetimes. :rfc:`5545#section-3.2.19` requires UTC datetimes to
  use the ``Z`` suffix without a ``TZID`` parameter. :issue:`1124`
- Renamed the public functions ``escape_char`` and ``unescape_char`` to implicit private methods ``_escape_char`` and ``_unescape_char``
  Fixed regression from :issue:`1008` by restoring :func:`~icalendar.parser.string.escape_char` and :func:`~icalendar.parser.string.unescape_char` as public functions.
  The public functions :func:`~icalendar.parser.string.escape_char` and :func:`~icalendar.parser.string.unescape_char` are now deprecated with warnings for external users.
  :pr:`1241`

Documentation
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Add &lt;code&gt;icalendar&lt;/code&gt; as a local workspace dependency to the &lt;code&gt;docs&lt;/code&gt; dependency group in :file:&lt;code&gt;pyproject.toml&lt;/code&gt; to fix dependency resolution issues with &lt;code&gt;uv lock&lt;/code&gt; during documentation builds. :issue:&lt;code&gt;1253&lt;/code&gt; :pr:&lt;code&gt;1254&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;sphinx-icalendar&lt;/code&gt; to add syntax highlighting to iCalendar text&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;7.0.2 (2026-02-24)&lt;/h2&gt;
&lt;p&gt;Minor changes&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
- Show required code changes in the CI output to help contributors solve the formatting issues. :pr:`1216`
- Use ruff 0.15.0 for code formatting in :file:`tox.ini`. :pr:`1215`
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/f513590ebebe93770dd415736535e8e04e9c56c2&quot;&gt;&lt;code&gt;f513590&lt;/code&gt;&lt;/a&gt; version 7.0.3&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/5052002703013b7eb7d19435702285bcb7eba517&quot;&gt;&lt;code&gt;5052002&lt;/code&gt;&lt;/a&gt; version 7.0.3&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/c8b5a13eb36232e2fa297461d4eb676b361ee4f7&quot;&gt;&lt;code&gt;c8b5a13&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://redirect.github.com/collective/icalendar/issues/1266&quot;&gt;#1266&lt;/a&gt; from collective/dependabot/github_actions/github-act...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/7636204e0a6bee1f9b9eae223e363db248c0c8fa&quot;&gt;&lt;code&gt;7636204&lt;/code&gt;&lt;/a&gt; Bump actions/upload-artifact from 6 to 7 in the github-actions group&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/e69b61041945de340b532b9ff71bc4504d78f3e8&quot;&gt;&lt;code&gt;e69b610&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://redirect.github.com/collective/icalendar/issues/1261&quot;&gt;#1261&lt;/a&gt; from collective/fix/issue-1056-tzwin-utc&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/2be65288a56474781ec5c583ade70dd6328748b8&quot;&gt;&lt;code&gt;2be6528&lt;/code&gt;&lt;/a&gt; fix: recognize dateutil tzwin objects as UTC on Windows&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/b2c57e8ed02d325c7fbbe49760c4cfa5b1456ab6&quot;&gt;&lt;code&gt;b2c57e8&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://redirect.github.com/collective/icalendar/issues/1260&quot;&gt;#1260&lt;/a&gt; from collective/1245-docstrings-followup&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/f9685143f08d8f2d1c101e4c1b1e0e97af1c94af&quot;&gt;&lt;code&gt;f968514&lt;/code&gt;&lt;/a&gt; Improve markup, follow up to &lt;a href=&quot;https://redirect.github.com/collective/icalendar/issues/1245&quot;&gt;#1245&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/bb480a92f5f56fe7b088b8d4cb9aaf0d7f39b14f&quot;&gt;&lt;code&gt;bb480a9&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://redirect.github.com/collective/icalendar/issues/1254&quot;&gt;#1254&lt;/a&gt; from Parth-Vasave/syntax-highlight-config&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/collective/icalendar/commit/550cbf839297eafe871fd1c60e77d4e6c072d0fa&quot;&gt;&lt;code&gt;550cbf8&lt;/code&gt;&lt;/a&gt; Apply suggestions from code review&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;https://github.com/collective/icalendar/compare/v6.0.0...v7.0.3&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;</code></pre>


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

Updates the requirements on [icalendar](https://github.com/collective/icalendar) to permit the latest version.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v6.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-version: 7.0.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 5, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from UnbrandedTech as a code owner April 5, 2026 06:36
Copy link
Copy Markdown
Owner

@UnbrandedTech UnbrandedTech left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dependabot dependency bump — reviewed and approved.

@UnbrandedTech UnbrandedTech merged commit 31963c0 into main Apr 5, 2026
5 of 6 checks passed
@UnbrandedTech UnbrandedTech deleted the dependabot/pip/icalendar-gte-6.0.0-and-lt-8.0 branch April 5, 2026 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant