From 38c277024237d7dcccee138f896fc3ff73c138b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 01:04:02 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fcce86..e35857f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ httpx>=0.21.1 requests>=2.26.0 -crontab~=0.23.0 +crontab~=1.0.0 PyYAML~=6.0