Skip to content

dependabot(deps): bump cron-descriptor from 1.4.3 to 2.0.6#45

Open
dependabot[bot] wants to merge 1 commit intobinaryfrom
dependabot/pip/cron-descriptor-2.0.6
Open

dependabot(deps): bump cron-descriptor from 1.4.3 to 2.0.6#45
dependabot[bot] wants to merge 1 commit intobinaryfrom
dependabot/pip/cron-descriptor-2.0.6

Conversation

@dependabot
Copy link
Contributor

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

Bumps cron-descriptor from 1.4.3 to 2.0.6.

Release notes

Sourced from cron-descriptor's releases.

Fixing release

What's Changed

Full Changelog: Salamek/cron-descriptor@2.0.4...2.0.5

New release

What is new

  • Options now allow setting parameters in constructor Options(verbose=True, ...) this is potential BC, since behavior changed a bit since Options now allow to setting locale_code that overrides auto-detection from system locale and also use_24hour_time_format now overrides auto-detected 24h time format from provided or auto-detected locale. When these are not set auto-detection is used ~as before.
  • custom exceptions used by library are renamed from *Exception to *Error, *Exception names are kept for BC
  • Support for python 3.13
  • Replaced setup.py with pyproject.toml (except stdeb build)
  • Fully typed and linted code
  • Added missing localization
  • Optional experimental expression validator ExpressionValidator.py ExpressionValidator().validate('* * * * *'), this validator has to be explicitly called and it is not hooked anywhere since it is experimental...

Full Changelog: Salamek/cron-descriptor@2.0.2...2.0.3

1.4.4

What's Changed

New Contributors

Full Changelog: Salamek/cron-descriptor@1.4.3...1.4.4

Commits
  • 40c637f New version 2.0.6
  • c4aef7e fix(Options): Do not raise exception on failed locale detection, instead disp...
  • be43af2 Merge pull request #96 from Salamek/dependabot/github_actions/github-actions-...
  • 7736535 chore(deps): bump actions/checkout in the github-actions group
  • ac42f9f chore(README): Update dev section
  • 5650df2 feat(README): Update Languages Available table
  • d9816ea fix(README): Fix minimal supported python version
  • 54605ea New version 2.0.5
  • f3c1c77 Merge pull request #95 from Salamek/py39
  • db399fa chore: Ruff fix
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [cron-descriptor](https://github.com/Salamek/cron-descriptor) from 1.4.3 to 2.0.6.
- [Release notes](https://github.com/Salamek/cron-descriptor/releases)
- [Commits](Salamek/cron-descriptor@1.4.3...2.0.6)

---
updated-dependencies:
- dependency-name: cron-descriptor
  dependency-version: 2.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants