Skip to content

build(deps): bump icalendar from 6.2.0 to 6.3.1 #520

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 22, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps icalendar from 6.2.0 to 6.3.1.

Release notes

Sourced from icalendar's releases.

v6.3.1

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

v6.3.0

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

Changelog

Sourced from icalendar's changelog.

6.3.1 (2025-05-20)

Bug fixes:

  • Remove forced quoting from parameters with space and single quote. See Issue 836 <https://github.com/collective/icalendar/issues/836>_.

6.3.0 (2025-05-15)

Minor changes:

  • Deprecate icalendar.UIDGenerator. See Issue 816 <https://github.com/collective/icalendar/issues/816>_.

New features:

  • Add the uid property to Alarm, Event, Calendar, Todo, and Journal components. See Issue 740 <https://github.com/collective/icalendar/issues/740>_.

Bug fixes:

  • Fix component equality where timezones differ for the datetimes but the times are actually equal. See Issue 828 <https://github.com/collective/icalendar/issues/828>_.
  • Test that we can add an RRULE as a string. See Issue 301 <https://github.com/collective/icalendar/issues/301>_.
  • Test that we support dateutil timezones as outlined in Issue 336 <https://github.com/collective/icalendar/issues/336>_.
  • Build documentation on Read the Docs with the version identifier. See Issue 826 <https://github.com/collective/icalendar/issues/826>_.
Commits
  • 29e13c4 Merge pull request #851 from niccokunzmann/release
  • e253a7f version 6.3.1
  • c1835ac Merge pull request #850 from niccokunzmann/issue-836
  • 7e8abb5 Make the parser escape certain characters
  • 626a13e log changes
  • e1b3386 Remove quotes from safe characters
  • 5fc38a8 Merge pull request #847 from collective/niccokunzmann-patch-1
  • ae284ef Update README.rst
  • 433260a improve maintenance layout
  • bc58aa8 Add new CHANGELOG section for future release
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 21, 2025
Copy link

codecov bot commented May 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.88%. Comparing base (4f5a061) to head (c1081ac).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #520   +/-   ##
=======================================
  Coverage   83.88%   83.88%           
=======================================
  Files          63       63           
  Lines        5727     5727           
=======================================
  Hits         4804     4804           
  Misses        923      923           

☔ 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.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/icalendar-6.3.1 branch from 50ab64a to c1081ac Compare May 22, 2025 09:34
@FuzzyGrim FuzzyGrim merged commit 0fc27d2 into dev May 22, 2025
8 checks passed
@FuzzyGrim FuzzyGrim deleted the dependabot/pip/icalendar-6.3.1 branch May 22, 2025 09:40
dannyvfilms pushed a commit to dannyvfilms/Yamtrack that referenced this pull request Jun 5, 2025
Bumps [icalendar](https://github.com/collective/icalendar) from 6.2.0 to 6.3.1.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@v6.2.0...v6.3.1)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-version: 6.3.1
  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