Skip to content

build(deps): bump icalendar from 6.3.2 to 7.0.1 in /tools/base#43530

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tools/base/icalendar-7.0.1
Open

build(deps): bump icalendar from 6.3.2 to 7.0.1 in /tools/base#43530
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/tools/base/icalendar-7.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Bumps icalendar from 6.3.2 to 7.0.1.

Release notes

Sourced from icalendar's releases.

v7.0.1

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

v7.0.0

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

v7.0.0a3

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

v7.0.0a2

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

v7.0.0a1

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

Changelog

Sourced from icalendar's changelog.

7.0.1 (2026-02-17)

Minor changes


- Setting :attr:`~cal.calendar.Calendar.calendar_name` now also writes ``X-WR-CALNAME``, and setting :attr:`~cal.calendar.Calendar.description` now also writes ``X-WR-CALDESC``, for improved client compatibility. See `Issue [#918](https://github.com/collective/icalendar/issues/918) <https://github.com/collective/icalendar/issues/918>`_.

Bug fixes


- Make ``typing_extensions`` a dependency. :issue:`1202`

Documentation
</code></pre>
<ul>
<li>Fixed the version switcher on Read the Docs, and documented the process for a major release. :issue:<code>1194</code></li>
</ul>
<h2>7.0.0 (2026-02-11)</h2>
<p>Minor changes</p>
<pre><code>

  • Created an :meth:~cal.todo.Todo.example method for the :class:~cal.todo.Todo component. See :issue:743.
  • Created an :meth:~cal.alarm.Alarm.example method for the :class:~cal.alarm.Alarm component. See :issue:743.
  • Move property classes from :mod:icalendar.prop into their own files with sub-packages :mod:icalendar.prop.recur and :mod:icalendar.prop.dt. See :issue:987.
  • Move classes and functions in :mod:icalendar.parser into their own files. See :issue:987.
  • Clarified custom component (X-* and IANA-registered) parsing behavior through enhanced documentation and comprehensive how-to guide. Custom components are automatically handled by the library with no special configuration required. See :issue:432.
  • Reorganized custom component tests into a dedicated :file:test_custom_components.py file with expanded test coverage for :meth:Component.from_ical &amp;lt;icalendar.cal.component.Component.from_ical&amp;gt;, :meth:Calendar.from_ical &amp;lt;icalendar.cal.calendar.Calendar.from_ical&amp;gt;, and :class:~icalendar.cal.component_factory.ComponentFactory usage. See :issue:433.
  • The typing-extensions dependency on Python &lt; 3.13 is now optional, part of the test extra.
  • The :func:icalendar.tools.is_pytz_dt return value is now hinted as TypeGuard[datetime], not TypeIs[datetime], since returning False should not allow narrowing it as non-datetime.
  • Regroup dependencies in, and remove obsolete ones, from :file:pyproject.toml. :issue:906
  • Add type hints to internal helper functions. :issue:938
  • Add type hints to prop value classes (vBoolean, vFloat, vUri, vBinary, vInline). :issue:938
  • Add type hints to remaining prop value classes (vText, vCalAddress, vCategory, vGeo, vN, vOrg, vAdr, vBroken, vUid, Conference, Image). :issue:938
  • Added type hints and overloads to :meth:Calendar.from_ical &amp;lt;icalendar.cal.calendar.Calendar.from_ical&amp;gt; and :meth:Component.from_ical &amp;lt;icalendar.cal.component.Component.from_ical&amp;gt; to support multiple=True/False return types. :issue:1129
  • CI: Print a link to Vale documentation when the spell checker fails.
  • Remove :file:bootstrap.py and :file:buildout.cfg files as they are old build configurations. :pr:1171
  • Enforce ruff formatting and linting across the entire codebase, with CI check to prevent regressions.
    See :issue:672, :pr:1171, :pr:1172, :pr:1173, :pr:1174, :pr:1175, :pr:1176, :pr:1177, :pr:1178, :pr:1179, :pr:1180, and :pr:1181.
  • Fix type annotations, typos, and validation logic in prop module: corrected return type hints in parse_jcal_value methods, fixed to_ical() return type in vDDDTypes, updated ClassVar type hint in TypesFactory, removed dead code, fixed &quot;abbrevation&quot; typo in vWeekday, and corrected validation logic in vMonth. :issue:1185
  • Rename :class:~icalendar.prop.vBrokenProperty to :class:~icalendar.prop.vBroken to match naming convention. :class:~icalendar.prop.vBroken now stores the actual exception object in parse_error instead of a string, and raises :class:~icalendar.error.BrokenCalendarProperty when accessing attributes like .dt that the expected type would have. See :issue:1087.

Breaking changes
</code></pre>
<ul>
<li>Drop support for Python 3.8 and 3.9. See :issue:<code>977</code>.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

<ul>
<li><a href="https://github.com/collective/icalendar/commit/8ddddb6172e3bdf2652e860d4b1b016cd3d2e23a&quot;&gt;&lt;code&gt;8ddddb6&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/1212&quot;&gt;#1212&lt;/a> from niccokunzmann/release-7.0.1</li>
<li><a href="https://github.com/collective/icalendar/commit/6bef15ad0e457aa18bf1893b07bcaf0489939146&quot;&gt;&lt;code&gt;6bef15a&lt;/code&gt;&lt;/a> version 7.0.1</li>
<li><a href="https://github.com/collective/icalendar/commit/8e559bbc67d2ef9d541b1c4d6e4768ab421c1e67&quot;&gt;&lt;code&gt;8e559bb&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/1209&quot;&gt;#1209&lt;/a> from kibanana/issue-918-write-x-wr-calname-compatibi...</li>
<li><a href="https://github.com/collective/icalendar/commit/493d3c0b59628ad6ad67ed20d9f29325eacb5936&quot;&gt;&lt;code&gt;493d3c0&lt;/code&gt;&lt;/a> feat: also set X-WR-CALNAME in Calendar.calendar_name setter</li>
<li><a href="https://github.com/collective/icalendar/commit/d7be1d5ea61f0a5637a994767598232d288afff0&quot;&gt;&lt;code&gt;d7be1d5&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/1203&quot;&gt;#1203&lt;/a> from niccokunzmann/issue-1202</li>
<li><a href="https://github.com/collective/icalendar/commit/e2af22c8929784dd477172d584b98c70c1772ab0&quot;&gt;&lt;code&gt;e2af22c&lt;/code&gt;&lt;/a> Update pyproject.toml</li>
<li><a href="https://github.com/collective/icalendar/commit/8ccd73005d2f5ecbc3ae13ebe3716d9177e09da8&quot;&gt;&lt;code&gt;8ccd730&lt;/code&gt;&lt;/a> log changes</li>
<li><a href="https://github.com/collective/icalendar/commit/4e24bf20a124e22186e10df3b500f8002970a282&quot;&gt;&lt;code&gt;4e24bf2&lt;/code&gt;&lt;/a> Move typing-extensions into dependencies</li>
<li><a href="https://github.com/collective/icalendar/commit/4435ae7c3dc3d7d862f2b5c66f1238ba32669cbb&quot;&gt;&lt;code&gt;4435ae7&lt;/code&gt;&lt;/a> One more try to fix the version warning banner and version switcher on Read t...</li>
<li><a href="https://github.com/collective/icalendar/commit/c1894eb402f8d4591feb029b05a935bc9f611df5&quot;&gt;&lt;code&gt;c1894eb&lt;/code&gt;&lt;/a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/1195&quot;&gt;#1195&lt;/a> from collective/niccokunzmann-patch-2</li>
<li>Additional commits viewable in <a href="https://github.com/collective/icalendar/compare/v6.3.2...v7.0.1&quot;&gt;compare view</a></li>
</ul>
</details>

<br />

Dependabot compatibility score

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 commands and options

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)

Bumps [icalendar](https://github.com/collective/icalendar) from 6.3.2 to 7.0.1.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v6.3.2...v7.0.1)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments