Update dependency icalendar to v7.3.0 - #61
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
March 1, 2026 15:58
2daf600 to
e7f8016
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
2 times, most recently
from
March 14, 2026 18:19
520fc3c to
5b4775a
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
March 31, 2026 08:03
5b4775a to
a408768
Compare
renovate
Bot
requested review from
hd1ex,
mfbehrens and
pablo-schmeiser
as code owners
March 31, 2026 08:03
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
May 2, 2026 07:46
a408768 to
7be93dc
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
May 22, 2026 04:00
7be93dc to
6e7901f
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
May 24, 2026 03:58
6e7901f to
7efdae4
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
June 20, 2026 19:34
7efdae4 to
492bce0
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
June 24, 2026 16:10
492bce0 to
776e958
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
July 25, 2026 15:32
776e958 to
d1ebdd6
Compare
renovate
Bot
force-pushed
the
renovate/icalendar-7.x
branch
from
August 22, 2026 19:50
d1ebdd6 to
b2adc1c
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.0→==7.3.0Release Notes
collective/icalendar (icalendar)
v7.3.0Compare Source
Removals and deprecations
icalendar.parser.string.foldlineas a private function for icalendar version 8. @IoannaGiag (Issue #​1011 <https://github.com/collective/icalendar/issues/1011>_)icalendar.parser.string.escape_char, :func:icalendar.parser.string.unescape_char, :func:icalendar.parser.string.escape_string, and :func:icalendar.parser.string.unescape_stringusing the standarddeprecate_for_version_8wrapper as per issue #1405. (Issue #​1405 <https://github.com/collective/icalendar/issues/1405>_)New features
docs/how-to/usage.rstfrom the deprecated.. code:: pycondirective to.. code-block:: pyconfor consistency with the rest of the documentation. @mvanhorn (Issue #​626 <https://github.com/collective/icalendar/issues/626>_)encodingparameter in :func:~icalendar.parser_tools.data_encode. @cybs-joe (Issue #​938 <https://github.com/collective/icalendar/issues/938>_)~icalendar.cal.component.Component.addto Google style. @mvanhorn (Issue #​1072 <https://github.com/collective/icalendar/issues/1072>_):pyprefix in :class:icalendar.cal.calendar.Calendardocumentation. @lcampanella98 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_):pyprefix in the :func:~icalendar.parser.unescape_backslashdocstring. @vincere-mori (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)icalendar.alarmsand :mod:icalendar.cal.alarm. @lcampanella98 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)Event.start <icalendar.cal.event.Event.start>and :attr:Event.start <icalendar.cal.event.Event.end>docstrings. @Esneider1107 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)icalendar.cal.free_busydocumentation by using fully qualified :class:icalendar.cal.component.Componentattribute targets. @tsai135 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_):pyprefixed roles. @wahajahmed010 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)icalendar.cal.availability. @lcampanella98 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)vBoolean <icalendar.prop.boolean.vBoolean>with a Pythonic description, including parsing behavior, a conformance reference, and a working example. @tsai135 (Issue #​1244 <https://github.com/collective/icalendar/issues/1244>_)attr.url_propertyby converting raw RFC text into a comprehensive Python docstring with usage examples and explicit RFC cross-references. Assisting tool: Gemini 1.5. @samrodri911 (Issue #​1244 <https://github.com/collective/icalendar/issues/1244>_)~icalendar.cal.component.Component.LAST_MODIFIEDdocstring to a clearer Pythonic docstring. Assisting tool: Claude Haiku 4.5 @valemm13 (Issue #​1244 <https://github.com/collective/icalendar/issues/1244>_)Issue #​1259 <https://github.com/collective/icalendar/issues/1259>_)Issue #​1397 <https://github.com/collective/icalendar/issues/1397>_)Calendar.new <icalendar.cal.calendar.Calendar.new>automatically sets not only required, but recommended properties too. @scop (Issue #​1459 <https://github.com/collective/icalendar/issues/1459>_)Issue #​1463 <https://github.com/collective/icalendar/issues/1463>_)change-login Contribute documentation for how to avoid a filename conflict when adding a change log entry. @stevepiercyCalendar.from_ical <icalendar.cal.calendar.Calendar.from_ical>as a direct :class:~icalendar.cal.calendar.CalendarAPI member so Sphinx can link to it from the custom components guide. Prepared with AI assistance. @xjn2005Internal changes
towncrier <https://pypi.org/project/towncrier/>_ to development dependencies. @stevepiercy (Issue #​1256 <https://github.com/collective/icalendar/issues/1256>_)Internal changes