Update crontab requirement from ~=0.23.0 to ~=1.0.0

Updates the requirements on [crontab](https://github.com/josiahcarlson/parse-crontab) to permit the latest version.
- [Release notes](https://github.com/josiahcarlson/parse-crontab/releases)
- [Changelog](https://github.com/josiahcarlson/parse-crontab/blob/master/changelog.txt)
- [Commits](https://github.com/josiahcarlson/parse-crontab/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-07 01:04:02 +00:00 committed by GitHub
parent 16014b46e0
commit 38c2770242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
httpx>=0.21.1
requests>=2.26.0
crontab~=0.23.0
crontab~=1.0.0
PyYAML~=6.0