chore(deps): bump icalendar from 4.0.7 to 6.1.3
Bumps icalendar from 4.0.7 to 6.1.3.
Release notes
Sourced from icalendar's releases.
v6.1.3
To view the changes, please see the Changelog. This release can be installed from PyPI.
v6.1.2
To view the changes, please see the Changelog. This release can be installed from PyPI.
v6.1.1
To view the changes, please see the Changelog. This release can be installed from PyPI.
v6.1.0
To view the changes, please see the Changelog. This release can be installed from PyPI.
v6.0.1
To view the changes, please see the Changelog. This release can be installed from PyPI.
v6.0.0
To view the changes, please see the Changelog. This release can be installed from PyPI.
v6.0.0a0
To view the changes, please see the Changelog. This release can be installed from PyPI.
v5.0.13
No release notes provided.
v5.0.12
No release notes provided.
Changelog
Sourced from icalendar's changelog.
6.1.3 (2025-03-19)
Bug fixes:
- Fix to permit TZID forward references to VTIMEZONEs
- Stabelize timezone id lookup, see
Issue 780 <https://github.com/collective/icalendar/issues/780>_.6.1.2 (2025-03-19)
Minor changes:
- Add funding link to Tidelift.
- Link to related package.
- Shorten first example in documentation.
- Add
nameandvCalAddress.- Add type hint for property
paramsinicalendar.prop.- Set default value for
paramsasparams={}in mulitple constructors inicalendar.propto improve usability.- Improve object initialization performance in
icalendar.prop.- Add type hint for
paramsin multiple constructors inicalendar.prop.Bug fixes:
- Restrict timezones tested, see
Issue 763 <https://github.com/collective/icalendar/issues/763>_6.1.1 (2025-01-18)
Minor changes:
- Add a
weekdayattribute to :class:icalendar.prop.vWeekdaycomponents. SeeIssue 749 <https://github.com/collective/icalendar/issues/749>_.- Document :class:
icalendar.prop.vRecurproperty. SeeIssue 758 <https://github.com/collective/icalendar/issues/758>_.- Print failure of doctest to aid debugging.
- Improve documentation of :class:
icalendar.prop.vGeo- Fix tests, improve code readability, fix typing. See
Issue 766 <https://github.com/collective/icalendar/issues/766>_ andIssue 765 <https://github.com/collective/icalendar/issues/765>_.Breaking changes:
- The
relativeattribute ofvWeekdaycomponents has the correct sign now. SeeIssue 749 <https://github.com/collective/icalendar/issues/749>_.New features:
- Add :ref:
Security Policy- Python types in documentation now link to their documentation pages using
intersphinx.6.1.0 (2024-11-22)
Minor changes:
... (truncated)
Commits
19aa046Merge pull request #794 from niccokunzmann/release1afced0verison 6.1.31e246dbMerge pull request #792 from dm9/tzid-forward-reference5e91020Merge pull request #1 from niccokunzmann/dm9-tzid-forward-referenceb64e848Make tests pass if dateutil does not know the timezone3d76ecfMerge branch 'main' into tzid-forward-reference8121decMerge pull request #788 from niccokunzmann/issue-780f28bbdbAdds test coverage for multiple Event and empty Eventd3d60c6Addressing PR comments:88b8d62Fix for TZID forward references to VTIMEZONE- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)