From 28b4b5470d0785f8b510773816630374cd2a0c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 09:54:50 +0000 Subject: [PATCH] Update cartopy requirement from <0.25,>=0.22 to >=0.22,<0.26 Updates the requirements on [cartopy](https://github.com/SciTools/cartopy) to permit the latest version. - [Release notes](https://github.com/SciTools/cartopy/releases) - [Commits](https://github.com/SciTools/cartopy/compare/v0.22.0...v0.25.0) --- updated-dependencies: - dependency-name: cartopy dependency-version: 0.25.0 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 6c86b5f7..b342ea77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ test = [ "scikit-learn >=1.5,<1.8", ] examples = [ - "cartopy >=0.22,<0.25", # for WMS example + "cartopy >=0.22,<0.26", # for WMS example "ipympl >=0.9.4,<0.10", # for ML example "ipyvuetify >=1.10,<1.12", # for ML app "ipywidgets >=8.1.5,<9", # for ML example