From cc5efa2a20262485d92ad66104f0873991ffc168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:09:12 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 00cab0b..f511043 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ httpx>=0.21.1 requests>=2.26.0 -crontab~=0.22.9 +crontab~=0.23.0