From f7ac3bdc23749c0ea80ac989cd6d1457feb2de44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 22:11:04 +0000 Subject: [PATCH] Update owslib requirement from <0.29,>=0.24.1 to >=0.24.1,<0.30 Updates the requirements on [owslib](https://github.com/geopython/OWSLib) to permit the latest version. - [Release notes](https://github.com/geopython/OWSLib/releases) - [Commits](https://github.com/geopython/OWSLib/compare/0.24.1...0.29.3) --- updated-dependencies: - dependency-name: owslib 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..b49d05f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "matplotlib", "netCDF4", "numpy", - "owslib >=0.24.1,<0.29", # see: https://github.com/geopython/OWSLib/issues/871 + "owslib >=0.24.1,<0.30", # see: https://github.com/geopython/OWSLib/issues/871 "pandas >=2.2.0", "pint >=0.20", "platformdirs",