From 45f396793d40d7972e9809f8bffcca6dcd383678 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:15:41 +0000 Subject: [PATCH] deps: bump the python-dependencies group 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.16.1 - [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.16.1) Updates `jupyter-book` to 2.1.6 - [Release notes](https://github.com/jupyter-book/jupyter-book/releases) - [Commits](https://github.com/jupyter-book/jupyter-book/compare/v0.1...v2.1.6) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: jupyter-book dependency-version: 2.1.6 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 02e7896..c0430b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,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", "sphinxcontrib-bibtex"] +dev = ["pre-commit", "pytest", "pytest-cov", "pytest-mock", "ruff==0.16.1", "shapely"] +doc = ["jupyter-book<3", "myst-parser", "autodoc_pydantic", "sphinxcontrib-bibtex"] mcp = ["mcp>=2.0", "pyyaml"] ui = ["fastapi>=0.110", "uvicorn>=0.29"] flow = ["gdm-flow>=0.3.2"]