From dd324ac2a06c073d85c988e42746ded39bcad815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:57:46 +0000 Subject: [PATCH] deps: bump the python-dependencies group across 1 directory with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [jupyter-book](https://github.com/jupyter-book/jupyter-book) to permit the latest version. Updates `ruff` from 0.15.5 to 0.15.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.5...0.15.13) Updates `jupyter-book` to 2.1.5 - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v0.1...v2.1.5) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: jupyter-book dependency-version: 2.1.5 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd197f8..4a1d1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,8 +35,8 @@ dependencies = [ ] [project.optional-dependencies] -dev = ["pre-commit", "pytest", "pytest-cov", "pytest-mock", "ruff==0.15.5", "shapely"] -doc = ["jupyter-book<2", "myst-parser", "autodoc_pydantic"] +dev = ["pre-commit", "pytest", "pytest-cov", "pytest-mock", "ruff==0.15.13", "shapely"] +doc = ["jupyter-book<3", "myst-parser", "autodoc_pydantic"] mcp = ["mcp[cli]>=1.2.0", "pyyaml"] [project.scripts]