Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump icalendar from 5.0.7 to 5.0.10 (#278)
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [icalendar](https://github.com/collective/icalendar) from 5.0.7 to 5.0.10. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/collective/icalendar/blob/master/CHANGES.rst">icalendar's changelog</a>.</em></p> <blockquote> <h2>5.0.10 (unreleased)</h2> <p>Bug fixes:</p> <ul> <li>Component._encode stops ignoring parameters argument on native values, now merges them Fixes: <a href="https://redirect.github.com/collective/icalendar/issues/557">#557</a> [zocker1999net]</li> </ul> <h2>5.0.9 (2023-09-24)</h2> <p>Bug fixes:</p> <ul> <li>PERIOD values now set the timezone of their start and end. <a href="https://redirect.github.com/collective/icalendar/issues/556">#556</a></li> </ul> <h2>5.0.8 (2023-09-18)</h2> <p>Minor changes:</p> <ul> <li>Update build configuration to build readthedocs. <a href="https://redirect.github.com/collective/icalendar/issues/538">#538</a></li> <li>No longer run the <code>plone.app.event</code> tests.</li> <li>Add documentation on how to parse <code>.ics</code> files. <a href="https://redirect.github.com/collective/icalendar/issues/152">#152</a></li> <li>Move pip caching into Python setup action.</li> <li>Check that issue <a href="https://redirect.github.com/collective/icalendar/issues/165">#165</a> can be closed.</li> <li>Updated about.rst for issue <a href="https://redirect.github.com/collective/icalendar/issues/527">#527</a></li> <li>Avoid <code>vText.__repr__</code> BytesWarning.</li> </ul> <p>Bug fixes:</p> <ul> <li>Calendar components are now properly compared Ref: <a href="https://redirect.github.com/collective/icalendar/issues/550">#550</a> Fixes: <a href="https://redirect.github.com/collective/icalendar/issues/526">#526</a> [jacadzaca]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/collective/icalendar/commit/ed2c8cc335e0e6b029105b43419de8157e838b0e"><code>ed2c8cc</code></a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/560">#560</a> from jacadzaca/release-5.0.10</li> <li><a href="https://github.com/collective/icalendar/commit/48e2a681afc3c7dc9261d4a416ec02005ca2cab2"><code>48e2a68</code></a> version 5.0.10</li> <li><a href="https://github.com/collective/icalendar/commit/6b9d794a8fd1d41c7b06440a3e4fa3e245420f43"><code>6b9d794</code></a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/559">#559</a> from Zocker1999NET/fix-issue-557</li> <li><a href="https://github.com/collective/icalendar/commit/4042ba8efc2dffc4ba9b527e63eef9dc7f922f43"><code>4042ba8</code></a> add changelog entry & credits for fixing <a href="https://redirect.github.com/collective/icalendar/issues/557">#557</a></li> <li><a href="https://github.com/collective/icalendar/commit/07f3c53953a9ea47edc881d3543de8e674681fa4"><code>07f3c53</code></a> Component._encode: merge parameters</li> <li><a href="https://github.com/collective/icalendar/commit/61ed4d716a1601c2bcd10c8b355bff61c939e1af"><code>61ed4d7</code></a> Component._encoding: only skip factory for natives</li> <li><a href="https://github.com/collective/icalendar/commit/392deb69b731164e090347828303c212ea257e14"><code>392deb6</code></a> add test cases for Component._encoding concerning <a href="https://redirect.github.com/collective/icalendar/issues/557">#557</a></li> <li><a href="https://github.com/collective/icalendar/commit/0111be3292bc3b4689a7c7b44355e235915f61b3"><code>0111be3</code></a> Component._encode: convert to staticmethod</li> <li><a href="https://github.com/collective/icalendar/commit/4d6aacb1c9416165b5d3c38df00fa5414222700b"><code>4d6aacb</code></a> Add new CHANGELOG section for future release</li> <li><a href="https://github.com/collective/icalendar/commit/1623e635f4bc398d0fdf8a8eaede698a3627bc65"><code>1623e63</code></a> Merge pull request <a href="https://redirect.github.com/collective/icalendar/issues/558">#558</a> from niccokunzmann/release</li> <li>Additional commits viewable in <a href="https://github.com/collective/icalendar/compare/v5.0.7...v5.0.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=icalendar&package-manager=pip&previous-version=5.0.7&new-version=5.0.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information