deps: bump croniter from 2.0.7 to 3.0.3 (#734)

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

---
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-08-13 12:45:17 -05:00
committed by GitHub
parent 305e72ead2
commit e1a81aa145
2 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ Changelog = "https://github.com/andrewthetechie/py-healthchecks.io/releases"
python = "^3.8"
pydantic = ">=1.9.1,<3.0.0"
httpx = ">=0.23.0,<0.28.0"
croniter = ">=1.1,<3.0"
croniter = ">=1.1,<4.0"
pytz = ">=2024.1,<2025.0"
packaging = "^24.1"