Skip to content

Commit

Permalink
Update croniter requirement from ==2.0.* to >=2.0,<3.1
Browse files Browse the repository at this point in the history
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@2.0.0...3.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8e40c72 commit 722cca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
install_requires=[
"psycopg2-binary==2.9.*",
"pyyaml==6.0.*",
"croniter==2.0.*",
"croniter>=2.0,<3.1",
"tabulate==0.9.*",
"slack-sdk==3.31.*",
"backoff==2.2.*",
Expand Down

0 comments on commit 722cca6

Please sign in to comment.