Skip to content

chore(deps): update pendulum requirement from <3.0 to <4.0 #17874

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on pendulum to permit the latest version.

Release notes

Sourced from pendulum's releases.

3.1.0

See CHANGELOG.md for details

Changelog

Sourced from pendulum's changelog.

[3.1.0] - 2025-04-19

Added

  • Added support for Python 3.13 #871

Changed

  • Removed support for Python 3.8 #863
  • Fixed pure Python wheels support #889
  • Fixed pendulum.tz.timezones() to use system tzdata #801
  • Fixed spelling of Kyiv #885
  • Fixed DeprecationWarning from utcfromtimestamp #887
  • Fixed parsing of invalid intervals #843

Locales

  • Added UA (Ukraine) locale #793
  • Added BG (Bulgarian) locale #812
  • Fixed KO (Korean) translations for before and after #858

[3.0.0] - 2023-12-16

Changed

  • Relaxed dependency constraints. #760
  • The testing helpers are now optional and must be opted-in via the test extra. #778

Fixed

  • Removed remaining mentions of periods instead of intervals. #757
  • Fixed the behavior of the week_of_month property for edge cases in January and December. #774
  • Fixed the handling of the fold attribute when deep-copying a DateTime instance. #776
  • Fixed errors where hours and days were not handled properly when adding durations. #775
  • Fixed errors where hours and days were not handled properly when adding durations. #775

[3.0.0b1] - 2023-10-01

Added

  • Made instance() support all native types (date, time, datetime). #732

Changed

  • Dropped support for Python 3.7. #734
  • Rewrote extensions in Rust. #721
  • Made day of week convention more consistent across the codebase. #731

Fixed

  • Fixed datetime string representation to match the native library. #733

... (truncated)

Commits
  • e57ca8e Include missing file in the sdist (#895)
  • 104c700 Version bump (#894)
  • 85288e6 Fix release workflow (#893)
  • c3aca76 Pre-release changelog update (#892)
  • 4dbb137 Remove unnecessary duplicated sdist build
  • 15d4f1b Fix sed in release pipeline. (#890)
  • df18589 Fix noext builds and setup or Trusted publisher
  • 5bd4a1d Merge pull request #887 from Secrus/fromtimestamp-fix
  • 038d115 Fix DeprecationWarning for timezone-aware fromtimestamp
  • dcd9816 Merge pull request #886 from python-pendulum/dependabot/cargo/rust/pyo3-0.24.1
  • 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)

@dependabot dependabot bot added 2.x development Tech debt, refactors, CI, tests, and other related work. labels Apr 21, 2025
@github-actions github-actions bot added the upstream dependency An upstream issue caused by a bug in one of our dependencies label Apr 21, 2025
@@ -18,7 +18,7 @@ orjson >= 3.7, < 4.0
packaging >= 21.3, < 24.3
pathspec >= 0.8.0
# https://github.com/PrefectHQ/prefect/issues/11619
pendulum < 3.0; python_version < '3.12'
pendulum < 4.0; python_version < '3.12'

Choose a reason for hiding this comment

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

Interestingly enough pendulum requires >= 3.9 but builds 3.10 wheels 😅

Maybe you want to prevent Dependabot from upgrading to pendulum 3 if you think it breaks Python < 3.12.

By the way, pendulum 2 is 5 years old, pendulum 3 nearly 2 years.

Updates the requirements on [pendulum](https://github.com/sdispater/pendulum) to permit the latest version.
- [Release notes](https://github.com/sdispater/pendulum/releases)
- [Changelog](https://github.com/python-pendulum/pendulum/blob/master/CHANGELOG.md)
- [Commits](python-pendulum/pendulum@0.1...3.1.0)

---
updated-dependencies:
- dependency-name: pendulum
  dependency-version: 3.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/2.x/pendulum-lt-4.0 branch from 58858b2 to 43ae7fd Compare April 30, 2025 19:38
@zzstoatzz zzstoatzz closed this May 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/2.x/pendulum-lt-4.0 branch May 1, 2025 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x development Tech debt, refactors, CI, tests, and other related work. upstream dependency An upstream issue caused by a bug in one of our dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants