Skip to content

build(deps): bump icalendar from 6.1.3 to 6.2.0 #466

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 8, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2025

Bumps icalendar from 6.1.3 to 6.2.0.

Release notes

Sourced from icalendar's releases.

v6.2.0

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

Changelog

Sourced from icalendar's changelog.

6.2.0 (2025-05-07)

Minor changes:

  • Use ruff to format the source code.
  • Update project metadata to use License-Expression.
  • Use tzp.localize(dt, None) to remove the timezone from a datetime.
  • Remove the HTML documentation when building with tox to force rebuild.
  • Switch to PyData Sphinx Theme for documentation. See Issue 803 <https://github.com/collective/icalendar/issues/804>_.

New features:

  • Add getters rrules, rdates, and exdates for unified and simple access to these properties. See Issue 662_.
  • Add attributes to the calendar for properties NAME, DESCRIPTION, and COLOR. See Issue 655 <https://github.com/collective/icalendar/issues/655>_.
  • Add a color attribute to Event, Todo, and Journal components. See Issue 655_.
  • Add sequence attribute to Event, Todo, and Journal components. See Issue 802 <https://github.com/collective/icalendar/issues/802>_.
  • Add categories attribute to Calendar, Event, Todo, and Journal components. See Issue 655 <https://github.com/collective/icalendar/issues/655>_.
  • Add compatibility to :rfc:6868. See Issue 652 <https://github.com/collective/icalendar/issues/652>_.
  • Add freebusy property to the Calendar to get this type of subcomponents easier.
  • Add parameters from :rfc:5545 to properties ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DIR, FBTYPE, LANGUAGE, MEMBER, PARTSTAT, RANGE, RELATED, ROLE, RSVP, SENT_BY, TZID, and RELTYPE. See Issue 798 <https://github.com/collective/icalendar/issues/798>_.
  • New properties from :rfc:7986 can occur multiple times in VCALENDAR. See PR 808_.

Bug fixes:

  • Fix STANDARD and DAYLIGHT components that have a date as DTSTART. See Issue 218 <https://github.com/collective/icalendar/issues/218>_
  • Move import at the end of icalendar.parser into a function to mitigate import errors, see Issue 781 <https://github.com/collective/icalendar/issues/781>_.
  • ALTREP, DELEGATED-FROM, DELEGATED-TO, DIR, MEMBER, and SENT-BY require double quotes. These are now always added.
  • Classify CATEGORIES as multiple in VEVENT. See PR 808 <https://github.com/collective/icalendar/pull/808>_.
Commits

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 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)

Bumps [icalendar](https://github.com/collective/icalendar) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v6.1.3...v6.2.0)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 8, 2025
Copy link

codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.99%. Comparing base (2063112) to head (5801c80).
Report is 3 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #466   +/-   ##
=======================================
  Coverage   83.99%   83.99%           
=======================================
  Files          60       60           
  Lines        5354     5354           
=======================================
  Hits         4497     4497           
  Misses        857      857           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@FuzzyGrim FuzzyGrim merged commit 178a6f3 into dev May 8, 2025
8 checks passed
@FuzzyGrim FuzzyGrim deleted the dependabot/pip/icalendar-6.2.0 branch May 8, 2025 16:02
dannyvfilms pushed a commit to dannyvfilms/Yamtrack that referenced this pull request Jun 5, 2025
Bumps [icalendar](https://github.com/collective/icalendar) from 6.1.3 to 6.2.0.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v6.1.3...v6.2.0)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

1 participant