From 4878fc3f8ddb5c2c13ed98ec5cb9eeae95fe6d81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:44:20 +0000 Subject: [PATCH] Update riptide-lib requirement from <0.9,>=0.8.0b1 to >=0.8.0b1,<0.10 --- updated-dependencies: - dependency-name: riptide-lib 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 8a0fcb0..40d9508 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ schema==0.7.7 -riptide-lib >= 0.8.0b1, < 0.9 \ No newline at end of file +riptide-lib >= 0.8.0b1, < 0.10 \ No newline at end of file