Skip to content

Commit

Permalink
chore(deps): update croniter requirement from <6,>=3.0.3 to >=3.0.3,<7 (
Browse files Browse the repository at this point in the history
#504)

Updates the requirements on [croniter](https://github.com/kiorky/croniter) to permit the latest version.
- [Changelog](https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst)
- [Commits](kiorky/croniter@3.0.3...6.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 9eb48f9 commit 8125e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Changelog = "https://hikari-lightbulb.readthedocs.io/en/latest/changelog.html"

[project.optional-dependencies]
localization = ["polib>=1.2.0, <2"]
crontrigger = ["croniter>=3.0.3, <6"]
crontrigger = ["croniter>=3.0.3, <7"]
dev = ["nox==2024.10.9"]
"dev.docs" = [
"sphinx>=8.0.2, <9",
Expand Down

0 comments on commit 8125e80

Please sign in to comment.