From 877399334aac120e4f78cb0fae4427f775862551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:54:58 +0000 Subject: [PATCH] Update pydap requirement from <3.5.5,>=3.4.0 to >=3.4.0,<3.5.8 Updates the requirements on [pydap](https://github.com/pydap/pydap) to permit the latest version. - [Release notes](https://github.com/pydap/pydap/releases) - [Changelog](https://github.com/pydap/pydap/blob/main/NEWS.md) - [Commits](https://github.com/pydap/pydap/compare/3.4.0...3.5.7) --- updated-dependencies: - dependency-name: pydap dependency-version: 3.5.7 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 61164e3b..b34f69db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "pandas >=2.2.0", "pint >=0.24.4", "pydantic >=2.11", - "pydap >=3.4.0,<3.5.5", # pydap 3.5.5 is not currently supported by `xarray` (v2025.3.1) + "pydap >=3.4.0,<3.5.8", # pydap 3.5.5 is not currently supported by `xarray` (v2025.3.1) "pymbolic >=2024.2", "scipy >=1.11.0", "spotpy >=1.6.1",