deps: bump croniter from 1.4.1 to 2.0.5 (#660)

Bumps [croniter](https://github.com/kiorky/croniter) from 1.4.1 to 2.0.5.
- [Changelog](https://github.com/kiorky/croniter/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/kiorky/croniter/compare/1.4.1...2.0.5)

---
updated-dependencies:
- dependency-name: croniter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-06 20:37:38 -05:00
committed by GitHub
parent b7438af127
commit f94538951c
2 changed files with 7 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
python = "^3.8"
pydantic = "^1.9.1"
httpx = ">=0.23.0,<0.25.0"
croniter = "^1.1.0"
croniter = ">=1.1,<3.0"
pytz = ">=2021.3,<2024.0"
[tool.poetry.group.dev.dependencies]