From 1684b7513a46e25cd50ea4060f7de9a8975403f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:11:11 +0000 Subject: [PATCH] Update intake requirement from <2.0.0 to <3.0.0 Updates the requirements on [intake](https://github.com/intake/intake) to permit the latest version. - [Commits](https://github.com/intake/intake/compare/0.0.1...2.0.3) --- updated-dependencies: - dependency-name: intake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7935fab4..6652d5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ docs = [ # Needed for notebooks/HydroShare_integration.ipynb # See: https://github.com/CSHS-CWRA/RavenPy/pull/326 # "hsclient", - "intake <2.0.0", + "intake <3.0.0", "intake-esm", "intake-xarray", "ipykernel",