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",