From 9f74d9cc609f46bd26340fc1adf752fd903da5fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 03:29:02 +0000 Subject: [PATCH] Update prefect requirement from <2.0,>=1.0.0 to >=1.0.0,<3.0 Updates the requirements on [prefect](https://github.com/PrefectHQ/prefect) to permit the latest version. - [Release notes](https://github.com/PrefectHQ/prefect/releases) - [Changelog](https://github.com/PrefectHQ/prefect/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/PrefectHQ/prefect/commits) --- updated-dependencies: - dependency-name: prefect 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 1bd49e6..f327895 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ memory-profiler -prefect >= 1.0.0, < 2.0 \ No newline at end of file +prefect >= 1.0.0, < 3.0 \ No newline at end of file