Skip to content
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

Update icalendar requirement from ==5.0.* to ==6.0.* in /server #258

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 14, 2024

Updates the requirements on icalendar to permit the latest version.

Release notes

Sourced from icalendar's releases.

v6.0.1

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

Changelog

Sourced from icalendar's changelog.

6.0.1 (2024-10-13)

New features:

  • Added Event.end, Event.start, Event.dtstart, and Event.dtend attributes. See Issue 662 <https://github.com/collective/icalendar/issues/662>_.
  • Test compatibility with Python 3.13

Bug fixes:

  • Fix a few __all__ variables.
  • Added missing docs folder to distribution packages. See Issue 712 <https://github.com/collective/icalendar/issues/712>_.

6.0.0 (2024-09-28)

Minor changes:

  • Add __all__ variable to each modules in icalendar package
  • Improve test coverage.
  • Adapt test_with_doctest.py to correctly run on Windows.
  • Measure branch coverage when running tests.
  • Export Component base class for typing

New features:

  • Use pyproject.toml file instead of setup.py

Bug fixes:

  • Fix link to stable release of tox in documentation.
  • Fix a bad bytes replace in unescape_char.
  • Handle ValueError in vBinary.from_ical.
  • Ignore the BOM character in incorrectly encoded ics files.

6.0.0a0 (2024-07-03)

Minor changes:

  • Test that all code works with both pytz and zoneinfo.
  • Add message to GitHub release, pointing to the changelog
  • Make coverage report submission optional for pull requests
  • Parallelize coverage
  • Rename master branch to main, see Issue <https://github.com/collective/icalendar/issues/627>_
  • Update docs/usage.rst to use zoneinfo instead of pytz.
  • Added missing public classes and functions to API documentation.
  • Improved namespace management in the icalendar directory.
  • Add Python version badge and badge for test coverage

... (truncated)

Commits
  • 4148315 Merge pull request #727 from niccokunzmann/release
  • 6c4fe1e version 6.0.1
  • f2c017d Merge pull request #720 from niccokunzmann/issue-712
  • 1907deb Merge pull request #721 from niccokunzmann/issue-662-event-properties
  • f031742 Update src/icalendar/tests/test_create_release.sh
  • 9b28ddb Update CHANGES.rst
  • 88d675b Update src/icalendar/cal.py
  • 012981d Update src/icalendar/cal.py
  • 95b7023 Add attributes for Journal
  • 35b15be py38 compatibility, ruff adjustment, better error messages tested
  • 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 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)

Updates the requirements on [icalendar](https://github.com/collective/icalendar) to permit the latest version.
- [Release notes](https://github.com/collective/icalendar/releases)
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst)
- [Commits](collective/icalendar@5.0.0a1...v6.0.1)

---
updated-dependencies:
- dependency-name: icalendar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 14, 2024
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. Here's why:

  • It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
  • We don't review packaging changes - Let us know if you'd like us to change this.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants