From e5528f73527e25dc8cbf678433f7d5fad6d873ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 06:04:10 +0000 Subject: [PATCH] Bump the general-dependencies group with 4 updates Updates the requirements on [pandas](https://github.com/pandas-dev/pandas), [build](https://github.com/pypa/build), [ruff](https://github.com/astral-sh/ruff) and [nbconvert](https://github.com/jupyter/nbconvert) to permit the latest version. Updates `pandas` to 3.0.0 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v3.0.0) Updates `build` to 1.4.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.3.0...1.4.0) Updates `ruff` from 0.14.10 to 0.14.14 - [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.14.10...0.14.14) Updates `nbconvert` from 7.16.6 to 7.17.0 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/v7.16.6...v7.17.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.0 dependency-type: direct:production dependency-group: general-dependencies - dependency-name: build dependency-version: 1.4.0 dependency-type: direct:production dependency-group: general-dependencies - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: general-dependencies - dependency-name: nbconvert dependency-version: 7.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: general-dependencies ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- requirements.txt | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index fa58c1af..52782445 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ sphinx~=9.0.4 sphinx-copybutton==0.5.2 sphinx_design==0.7.0 myst-nb==1.3.0 -nbconvert==7.16.6 +nbconvert==7.17.0 sphinx-notfound-page==1.1.0 sphinx-favicon==1.0.1 sphinx-book-theme==1.1.4 diff --git a/pyproject.toml b/pyproject.toml index a9f68cde..39081a5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "numpy>=2.1,<3.0", - "pandas>=2.2,<3.0", + "pandas>=2.2,<4.0", "Shapely>=2.0,<3.0", "scipy~=1.15,<2.0", "matplotlib~=3.10,<4.0", diff --git a/requirements.txt b/requirements.txt index d15d33ab..019ea973 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy>=2.1,<3.0 -pandas>=2.2,<3.0 +pandas>=2.2,<4.0 Shapely>=2.0,<3.0 scipy~=1.15,<2.0 matplotlib~=3.10,<4.0 @@ -13,10 +13,10 @@ pytest-cov~=7.0 # build tools setuptools>=78.1.1,<81.0 click~=8.3 -build~=1.3 +build~=1.4 # ci mypy==1.19.1 mypy-extensions==1.1.0 -ruff==0.14.10 +ruff==0.14.14 pre-commit==4.5.1