Update crontab requirement from ~=0.22.9 to ~=0.23.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)
- [Commits](https://github.com/josiahcarlson/parse-crontab/commits/0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-04 16:09:12 +00:00 committed by GitHub
parent 83fd18aed5
commit cc5efa2a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
httpx>=0.21.1
requests>=2.26.0
crontab~=0.22.9
crontab~=0.23.0