Skip to content

Bump whenever from 0.10.3 to 0.10.5 - #668

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/whenever-0.10.5
Open

Bump whenever from 0.10.3 to 0.10.5#668
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/whenever-0.10.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps whenever from 0.10.3 to 0.10.5.

Release notes

Sourced from whenever's releases.

0.10.4

Added

  • Support addition and subtraction on itemized deltas without a reference date(time). This operation is performed itemwise and emits a CalendarUnitCompositionWarning when nonzero calendar units are involved, since arithmetic on these units may yield unintuitive results. Operators + and - are now also supported with the same warning behavior.
  • Support + and - operators between date(times) and itemized deltas.
  • Support reflected addition (TimeDelta + datetime) wherever the corresponding datetime + TimeDelta operation is supported.
  • Added WheneverWarning as the base class for all warnings emitted by whenever, allowing package-wide suppression or escalation.
  • Moved the itemized delta implementation to Python. The Rust extension imports it if needed. This reduces the binary size and improves maintainability.
  • Improve warning messages.

Fixed

  • Fixed an overflow when validating extremely large rounding increments in the Rust extension. They now raise ValueError.
Changelog

Sourced from whenever's changelog.

0.10.5 (2026-08-07)

  • Add binary wheels for Python 3.15.
  • Clarified comparison between ceil/expand and floor/trunc rounding modes in docs (Thanks to @​LilyFirefly)

0.10.4 (2026-08-02)

Added

  • Support addition and subtraction on itemized deltas without a reference date(time). This operation is performed itemwise and emits a CalendarUnitCompositionWarning when nonzero calendar units are involved, since arithmetic on these units may yield unintuitive results. Operators + and - are now also supported with the same warning behavior.
  • Support + and - operators between date(times) and itemized deltas.
  • Support reflected addition (TimeDelta + datetime) wherever the corresponding datetime + TimeDelta operation is supported.
  • Added WheneverWarning as the base class for all warnings emitted by whenever, allowing package-wide suppression or escalation.
  • Moved the itemized delta implementation to Python. The Rust extension imports it if needed. This reduces the binary size and improves maintainability.
  • Improve warning messages.

Fixed

  • Fixed an overflow when validating extremely large rounding increments in the Rust extension. They now raise ValueError.
Commits
  • e2b1627 update release assertion
  • 9eb88c6 update changelog, compatibility classifiers
  • 4769feb include py3.15 in wheels now that release candidate is out
  • b2452d1 Clarify comparison between ceil/expand and floor/trunc
  • 49a9711 prepare release
  • 184bf95 prepare beta release
  • 450eecf prepare release, bump deps
  • 1c7025c improve warning messages
  • 4716250 patch last docs/test gaps
  • 4f03937 remove old flaky test
  • 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 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 [whenever](https://github.com/ariebovenberg/whenever) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/ariebovenberg/whenever/releases)
- [Changelog](https://github.com/ariebovenberg/whenever/blob/main/CHANGELOG.md)
- [Commits](ariebovenberg/whenever@0.10.3...0.10.5)

---
updated-dependencies:
- dependency-name: whenever
  dependency-version: 0.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 11, 2026
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants